aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-03-25 16:06:12 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-03-25 16:06:12 -0700
commitb04e874e432fddb603aa023f39433a4be0387d89 (patch)
tree236aa67b79e6934a227672ebe6e94b1082f63d11 /tests
parentd146f578a49ad4164662a6b1bb9db474c3a1b269 (diff)
Teach fish how to push and pop blocks even in the face of no_exec. All tests finally pass.
Diffstat (limited to 'tests')
-rw-r--r--tests/top.err6
-rw-r--r--tests/top.out2
2 files changed, 2 insertions, 6 deletions
diff --git a/tests/top.err b/tests/top.err
index 73a623c4..e69de29b 100644
--- a/tests/top.err
+++ b/tests/top.err
@@ -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
- ^
diff --git a/tests/top.out b/tests/top.out
index 0c7b1103..768526c6 100644
--- a/tests/top.out
+++ b/tests/top.out
@@ -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