diff options
| author | Chet Ramey <chet.ramey@case.edu> | 2013-08-12 19:18:42 -0400 |
|---|---|---|
| committer | Chet Ramey <chet.ramey@case.edu> | 2013-08-12 19:18:42 -0400 |
| commit | 1442f67c408e60769ff344f9e4c05104e2cef7d0 (patch) | |
| tree | 6c093574f9b9342f172a8d8367aa9a5849cd4d85 /tests/case.tests | |
| parent | 25eee30b53c60c43b155880820d29c84928847ca (diff) | |
| download | bash-4.3-beta.tar.gz | |
bash-4.3-beta overlaybash-4.3-beta
Diffstat (limited to 'tests/case.tests')
| -rw-r--r-- | tests/case.tests | 3 |
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 |
