aboutsummaryrefslogtreecommitdiff
path: root/tests/tester.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tester.sh')
-rwxr-xr-xtests/tester.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tester.sh b/tests/tester.sh
index 92090068d..a767c6c7f 100755
--- a/tests/tester.sh
+++ b/tests/tester.sh
@@ -124,8 +124,8 @@ do
124 # line=${line//;/; $BUSYBOX } 124 # line=${line//;/; $BUSYBOX }
125 # line=${line//|/| $BUSYBOX } 125 # line=${line//|/| $BUSYBOX }
126 # assume $BUSYBOX has no commas 126 # assume $BUSYBOX has no commas
127 line=`echo $line | sed -e 's,;,; '$BUSYBOX, \ 127 line=`echo "$line" | sed -e 's,;,; '$BUSYBOX, \
128 -e 's,|,| '$BUSYBOX,` 128 -e 's, |, | '$BUSYBOX,`
129 129
130 # execute line using busybox programs 130 # execute line using busybox programs
131 [ $DEBUG -ge 2 ] && echo "testing: $line" | tee -a $LOGFILE 131 [ $DEBUG -ge 2 ] && echo "testing: $line" | tee -a $LOGFILE