Imported from ../bash-2.05b.tar.gz.
[platform/upstream/bash.git] / tests / builtins.tests
index 9073ed5..979a4de 100644 (file)
@@ -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