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 4a30739e2d9..e3619057d6e 100755
--- a/test/indent/shell.sh
+++ b/test/indent/shell.sh
@@ -41,6 +41,12 @@ for foo in bar; do # bug#17721
41 } 41 }
42done 42done
43 43
44for foo in bar; do # bug#17896
45 [ -e $foo ] && [ -e $bar ] && {
46 echo just fine thanks
47 }
48done
49
44filter_3 () # bug#17842 50filter_3 () # bug#17842
45{ 51{
46 tr -d '"`' | tr ' ' ' ' | \ 52 tr -d '"`' | tr ' ' ' ' | \