summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2015-04-24 16:15:03 -0400
committerChet Ramey <chet.ramey@case.edu>2015-04-24 16:15:03 -0400
commit0385211bb5cb01e0259c64ec2c5cc6337d4e215c (patch)
tree8a06b32ac3d84e8015f906ce68f411f0562d0c40 /tests
parentddece28e53af8c1dd6701daa1ea109eae7c2f1fe (diff)
downloadbash-0385211bb5cb01e0259c64ec2c5cc6337d4e215c.tar.gz
commit bash-20150410 snapshot
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 $?