commit bash-20090108 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:35:09 -05:00
parent 012bac3904
commit dc9f44b307
146 changed files with 13566 additions and 12823 deletions
+5
View File
@@ -197,3 +197,8 @@ eof
)
${THIS_SH} ./comsub-posix1.sub
# produced a parse error through bash-4.0-beta2
: $(echo foo)"
"
+1
View File
@@ -78,6 +78,7 @@ a b a,b a-b a.b a:b a;b a_b
a b a,b a-b a.b a:b a;b a_b
a b a,b a-b a.b a:b a;b a_b
argv[1] = <ef>
a,b
a.c
a.c
a.c
+5
View File
@@ -356,6 +356,11 @@ rm -rf $TESTDIR
x=abcdef
recho "${x#*(a|b)cd}"
TEST='a , b'
shopt -s globstar
echo ${TEST//*([[:space:]]),*([[:space:]])/,}
shopt -u globstar
# this is for the benefit of pure coverage, so it writes the pcv file
# in the right place
builtin cd "$MYDIR"
+1 -2
View File
@@ -1,6 +1,6 @@
# test read with a timeout of 0 -- input polling
echo abcde | read -t 0
echo abcde | { sleep 0.25 ; read -t 0; }
echo $?
read -t 0 < $0
@@ -8,4 +8,3 @@ echo $?
read -t 0
echo $?