From 51527612d3162fde31c41d7183320365856f2aae Mon Sep 17 00:00:00 2001 From: Kevin Ballard Date: Tue, 30 Sep 2014 17:06:56 -0700 Subject: Don't leave is_block in bad state after bad redirection Fixes #1728. --- tests/gen_output.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/gen_output.fish') 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 -- cgit v1.2.3