summaryrefslogtreecommitdiff
path: root/tests/case.tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/case.tests')
-rw-r--r--tests/case.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/case.tests b/tests/case.tests
index 37e7fb92..547e8ccd 100644
--- a/tests/case.tests
+++ b/tests/case.tests
@@ -28,3 +28,6 @@ unset x
readonly xx=1
case 1 in $((xx++)) ) echo hi1 ;; *) echo hi2; esac
echo ${xx}.$?
+
+# tests of quote removal and pattern matching
+${THIS_SH} ./case1.sub