From 0a4f578fdc867714e8e942add8700aa15bd80443 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Thu, 24 May 2001 21:24:39 +0000 Subject: 'Nother patch from Larry to fix a buglet in how the line gets sed-ified. Also, more testcases and comments on bugs and formatting differences in some of the testcases. --- tests/tester.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/tester.sh') 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 # line=${line//;/; $BUSYBOX } # line=${line//|/| $BUSYBOX } # assume $BUSYBOX has no commas - line=`echo $line | sed -e 's,;,; '$BUSYBOX, \ - -e 's,|,| '$BUSYBOX,` + line=`echo "$line" | sed -e 's,;,; '$BUSYBOX, \ + -e 's, |, | '$BUSYBOX,` # execute line using busybox programs [ $DEBUG -ge 2 ] && echo "testing: $line" | tee -a $LOGFILE -- cgit v1.2.3