diff --git a/tests/functional/repl.sh b/tests/functional/repl.sh index 5c6993621..6db9e2d3d 100755 --- a/tests/functional/repl.sh +++ b/tests/functional/repl.sh @@ -189,7 +189,8 @@ testReplResponseNoRegex $' # - Re-eval it # - Check that the result has changed mkfifo repl_fifo -nix repl ./flake --experimental-features 'flakes' < repl_fifo > repl_output 2>&1 & +touch repl_output +nix repl ./flake --experimental-features 'flakes' < repl_fifo >> repl_output 2>&1 & repl_pid=$! exec 3>repl_fifo # Open fifo for writing echo "changingThing" >&3