Imported from ../bash-2.02.tar.gz.
[platform/upstream/bash.git] / tests / histexp.right
similarity index 97%
rename from tests/histexpand.right
rename to tests/histexp.right
index 3c20d1c..b270a5f 100644 (file)
@@ -1,4 +1,5 @@
 echo $BASH_VERSION
+./histexp.tests: history: !!:z: history expansion failed
     1  for i in one two three; do echo $i; done
     2  /bin/sh -c 'echo this is $0'
     3  ls
@@ -125,3 +126,4 @@ echo '!!' \!\!
 !! !!
 ok 1
 ok 2
+ok 3