mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 12:50:49 +02:00
commit bash-20150410 snapshot
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user