Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / cond.tests
index b053e48..d91dddd 100755 (executable)
@@ -180,4 +180,8 @@ echo ${BASH_REMATCH[@]}
 if [[ "123abc" == *?(a)bc ]]; then echo ok 42; else echo bad 42; fi
 if [[ "123abc" == *?(a)bc ]]; then echo ok 43; else echo bad 43; fi
 
-${THIS_SH} ./cond-regexp.sub
+${THIS_SH} ./cond-regexp1.sub
+
+${THIS_SH} ./cond-regexp2.sub
+
+${THIS_SH} ./cond-regexp3.sub