]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/glob-test
Imported from ../bash-2.05.tar.gz.
[thirdparty/bash.git] / tests / glob-test
index 88ffe0cb7f0c98a31fec5809256a242a78172787..f2c4d33450c4bfb01673daccb8ede644e47bb4f5 100644 (file)
@@ -296,6 +296,11 @@ case p in
 [a-\z])        echo ok 36 ;;
 esac
 
+# this was a bug in all versions up to bash-2.04-release
+case "/tmp" in
+[/\\]*) echo ok 37 ;;
+esac
+
 # none of these should output anything
 
 case abc in