mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
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:
@@ -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
|
||||
^
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user