aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/manual/indent/shell.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/manual/indent/shell.sh b/test/manual/indent/shell.sh
index 5b3fb0e66fb..42a981d312e 100755
--- a/test/manual/indent/shell.sh
+++ b/test/manual/indent/shell.sh
@@ -189,3 +189,10 @@ bar () {
189 189
190 fi 190 fi
191} 191}
192
193case $i { # Bug#55764
194 *pattern)
195 (cd .; echo hi);
196 do1 ;;
197 *pattern2) do2 ;;
198}