mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-05 11:20:50 +02:00
commit bash-20050804 snapshot
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@ B
|
||||
ok 1
|
||||
ok 2
|
||||
aéb
|
||||
0000000 141 303 251 142
|
||||
0000000 141 303 251 142
|
||||
0000004
|
||||
|
||||
+3
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user