commit bash-20050804 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 13:49:26 -05:00
parent 6d763f92d0
commit f5635ecdc9
23 changed files with 1203 additions and 1062 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ B
ok 1
ok 2
aéb
0000000 141 303 251 142
0000000 141 303 251 142
0000004
+3 -1
View File
@@ -18,5 +18,7 @@ echo $?
wait
cat &
# the sleep is intended to give the kill time to execute before the job
# exits
(sleep 1 ; cat ) &
kill -1 %% && echo i killed it || echo could not kill it
+2
View File
@@ -1,2 +1,4 @@
echo warning: some of these tests will fail if you do not have UTF-8 >&2
echo warning: locales installed on your system
${THIS_SH} ./nquote4.tests 2>&1 | grep -v '^expect' > /tmp/xx
diff /tmp/xx nquote4.right && rm -f /tmp/xx