diff options
Diffstat (limited to 'tests/gc-runtime.nix.in')
-rw-r--r-- | tests/gc-runtime.nix.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc-runtime.nix.in b/tests/gc-runtime.nix.in index 5767d0370f75..310d44ce8b49 100644 --- a/tests/gc-runtime.nix.in +++ b/tests/gc-runtime.nix.in @@ -5,7 +5,7 @@ let { mkdir $out cat > $out/program <<EOF -#! $SHELL +#! @shell@ sleep 10000 EOF |