aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/indent/shell.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/shell.sh b/test/indent/shell.sh
index 790656501d1..e402398b996 100755
--- a/test/indent/shell.sh
+++ b/test/indent/shell.sh
@@ -5,6 +5,12 @@ setlock -n /tmp/getmail.lock && echo getmail isn\'t running
5 5
6# adsgsdg 6# adsgsdg
7 7
8if foo; then
9 if bar; then
10 toto
11 fi
12fi # bug#15613
13
8case $X in 14case $X in
9 foo) 15 foo)
10 do_something 16 do_something