diff options
Diffstat (limited to 'tests/functional/flakes/show.sh')
-rw-r--r-- | tests/functional/flakes/show.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functional/flakes/show.sh b/tests/functional/flakes/show.sh index 25f481575..857c77ae1 100644 --- a/tests/functional/flakes/show.sh +++ b/tests/functional/flakes/show.sh @@ -104,7 +104,8 @@ cat >flake.nix<<EOF }; } EOF -unbuffer sh -c ' + +runinpty sh -c ' stty rows 20 cols 100 nix flake show > show-output.txt ' |