summaryrefslogtreecommitdiff
path: root/tests/cond.tests
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2014-01-29 17:00:07 -0500
committerChet Ramey <chet.ramey@case.edu>2014-01-29 17:00:07 -0500
commitb6e23235f28b1c85e18e9a2b7ba8c6b6c46aecbc (patch)
tree00fdd9c37c261d89c994fc1856252df719afec3a /tests/cond.tests
parent8581f42df9a1b1d848e2d4bdf3cc951b8d14b5be (diff)
downloadbash-4.3-testing.tar.gz
bash-4.3-rc2 overlaybash-4.3-rc2bash-4.3-testing
Diffstat (limited to 'tests/cond.tests')
-rwxr-xr-xtests/cond.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/cond.tests b/tests/cond.tests
index 0c096496..d91ddddf 100755
--- a/tests/cond.tests
+++ b/tests/cond.tests
@@ -183,3 +183,5 @@ if [[ "123abc" == *?(a)bc ]]; then echo ok 43; else echo bad 43; fi
${THIS_SH} ./cond-regexp1.sub
${THIS_SH} ./cond-regexp2.sub
+
+${THIS_SH} ./cond-regexp3.sub