summaryrefslogtreecommitdiffstats
path: root/bin/tests/system/runsequential.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/tests/system/runsequential.sh')
-rwxr-xr-xbin/tests/system/runsequential.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/tests/system/runsequential.sh b/bin/tests/system/runsequential.sh
index 953bff0..8e18e03 100755
--- a/bin/tests/system/runsequential.sh
+++ b/bin/tests/system/runsequential.sh
@@ -20,7 +20,6 @@
. ./conf.sh
-for d in $SEQUENTIALDIRS
-do
- $SHELL legacy.run.sh "${@}" "$d" 2>&1 | tee "test.output.$d"
+for d in $SEQUENTIALDIRS; do
+ $SHELL legacy.run.sh "${@}" "$d" 2>&1 | tee "test.output.$d"
done