aboutsummaryrefslogtreecommitdiffstats
path: root/tests/builtins.tests
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2000-03-17 21:46:59 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:53 +0000
commitbb70624e964126b7ac4ff085ba163a9c35ffa18f (patch)
treeba2dd4add13ada94b1899c6d4aca80195b80b74b /tests/builtins.tests
parentb72432fdcc59300c6fe7c9d6c8a31ad3447933f5 (diff)
downloadandroid_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.tar.gz
android_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.tar.bz2
android_external_bash-bb70624e964126b7ac4ff085ba163a9c35ffa18f.zip
Imported from ../bash-2.04.tar.gz.
Diffstat (limited to 'tests/builtins.tests')
-rw-r--r--tests/builtins.tests5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/builtins.tests b/tests/builtins.tests
index 9073ed5..979a4de 100644
--- a/tests/builtins.tests
+++ b/tests/builtins.tests
@@ -183,7 +183,7 @@ echo "$@"
echo "$@"
# test out cd and $CDPATH
-${THIS_SH} ./builtins.sub1
+${THIS_SH} ./builtins1.sub
# test behavior of `.' when given a non-existant file argument
${THIS_SH} ./source5.sub
@@ -253,6 +253,9 @@ kill -l 4096
# kill -l NAME should return the signal number
kill -l ${sigone/SIG/}
+# test behavior of shopt xpg_echo
+${THIS_SH} ./builtins2.sub
+
# this must be last -- it is a fatal error
exit status