aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/gen_output.fish
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gen_output.fish')
-rwxr-xr-xtests/gen_output.fish4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gen_output.fish b/tests/gen_output.fish
index 49e15bfd..7bf7f3ec 100755
--- a/tests/gen_output.fish
+++ b/tests/gen_output.fish
@@ -1,4 +1,4 @@
-#!/usr/bin/fish
+#!/usr/bin/env fish
#
# Generate output for a test script
@@ -14,4 +14,4 @@ for i in $argv
fish <$i >$template_out ^$template_err
echo $status >$template_status
-end \ No newline at end of file
+end