summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/exportfunc.right2
-rw-r--r--tests/redir12.sub2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/exportfunc.right b/tests/exportfunc.right
index 96c8740c..2ee35a7a 100644
--- a/tests/exportfunc.right
+++ b/tests/exportfunc.right
@@ -1,7 +1,7 @@
exportfunc ok 1
exportfunc ok 2
./exportfunc.tests: line 24: cve7169-bad: No such file or directory
-./exportfunc.tests: eval: line 30: syntax error: unexpected end of file
+./exportfunc.tests: eval: line 31: syntax error: unexpected end of file
./exportfunc.tests: line 30: cve7169-bad2: No such file or directory
./exportfunc1.sub: line 1: maximum here-document count exceeded
./exportfunc.tests: line 51: HELLO_WORLD: No such file or directory
diff --git a/tests/redir12.sub b/tests/redir12.sub
index 61dbfed7..0e68f3b2 100644
--- a/tests/redir12.sub
+++ b/tests/redir12.sub
@@ -1,5 +1,5 @@
# make sure we can wait for the last process substitution, since it sets $!
-echo <(exit 123) >/dev/null
+cat <(exit 123) >/dev/null
wait "$!"
echo $?