commit bash-20070523 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:08:27 -05:00
parent d7f499903c
commit b0c16657b4
63 changed files with 2904 additions and 149 deletions
+2
View File
@@ -1,4 +1,6 @@
echo "warning: all of these tests will fail if arrays have not" >&2
echo "warning: been compiled into the shell" >&2
echo "warning: the BASH_ARGC and BASH_ARGV tests will fail if debugging support" >&2
echo "warning: has not been compiled into the shell" >&2
${THIS_SH} ./array.tests > /tmp/xx 2>&1
diff /tmp/xx array.right && rm -f /tmp/xx