Teach fish how to push and pop blocks even in the face of no_exec. All tests finally pass.

https://github.com/fish-shell/fish-shell/issues/624
This commit is contained in:
ridiculousfish
2013-03-25 16:06:12 -07:00
parent d146f578a4
commit b04e874e43
4 changed files with 43 additions and 11 deletions

View File

@@ -1,6 +0,0 @@
fish: Expected redirection specification, got token of type '$i'
/usr/local/src/grissioms-fish-shell/tests/test.fish (line 51): ../fish <$i >tmp.out ^tmp.err
^
fish: Expected redirection specification, got token of type '$i'
/usr/local/src/grissioms-fish-shell/tests/test.fish (line 51): ../fish <$i >tmp.out ^tmp.err
^

View File

@@ -1,4 +1,5 @@
Testing high level script functionality
File printf.in tested ok
File test1.in tested ok
File test2.in tested ok
File test3.in tested ok
@@ -7,3 +8,4 @@ File test5.in tested ok
File test6.in tested ok
File test7.in tested ok
File test8.in tested ok
File test9.in tested ok