blob: 6fdbae494cb90dce428d28e6ce3ebe89631a3cc2 [file] [log] [blame]
Jari Aaltocce855b1998-04-17 19:52:44 +00001echo "warning: all of these tests will fail if arrays have not" >&2
2echo "warning: been compiled into the shell" >&2
Jari Aalto31859422009-01-12 13:36:28 +00003echo "warning: the BASH_ARGC and BASH_ARGV tests will fail if debugging support" >&2
4echo "warning: has not been compiled into the shell" >&2
Jari Aaltoccc6cda1996-12-23 17:02:34 +00005${THIS_SH} ./array.tests > /tmp/xx 2>&1
6diff /tmp/xx array.right && rm -f /tmp/xx