summaryrefslogtreecommitdiffstats
path: root/bin/tests/system/stopall.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/tests/system/stopall.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/tests/system/stopall.sh b/bin/tests/system/stopall.sh
index 0d63ecf..db13b03 100644
--- a/bin/tests/system/stopall.sh
+++ b/bin/tests/system/stopall.sh
@@ -18,7 +18,6 @@
SYSTEMTESTTOP=.
. $SYSTEMTESTTOP/conf.sh
-for d in $SUBDIRS
-do
- $SHELL stop.sh $d
+for d in $SUBDIRS; do
+ $SHELL stop.sh $d
done