summaryrefslogtreecommitdiff
path: root/tests/case.tests
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2018-05-22 16:51:07 -0400
committerChet Ramey <chet.ramey@case.edu>2018-05-22 16:51:07 -0400
commit9a51695bed07d37086c352372ac69d0a30039a6b (patch)
tree4d0f57cba0dd1ec7a75aae56e18cfe9997d0b7a7 /tests/case.tests
parent7de27456f6494f5f9c11ea1c19024d0024f31112 (diff)
downloadbash-5.0-alpha.tar.gz
bash-5.0-alpha releasebash-5.0-alpha
Diffstat (limited to 'tests/case.tests')
-rw-r--r--tests/case.tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/case.tests b/tests/case.tests
index 7ab316a7..cc73d8e1 100644
--- a/tests/case.tests
+++ b/tests/case.tests
@@ -51,3 +51,5 @@ case " " in ( [" "] ) echo ok;; ( * ) echo no;; esac
# tests of quote removal and pattern matching
${THIS_SH} ./case1.sub
+${THIS_SH} ./case2.sub
+${THIS_SH} ./case3.sub