aboutsummaryrefslogtreecommitdiff
path: root/testsuite/testing.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/testing.sh')
-rw-r--r--testsuite/testing.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/testing.sh b/testsuite/testing.sh
index f907deade..c7c9ca6af 100644
--- a/testsuite/testing.sh
+++ b/testsuite/testing.sh
@@ -1,4 +1,4 @@
1# Simple test harness infrastructurei for BusyBox 1# Simple test harness infrastructure for BusyBox
2# 2#
3# Copyright 2005 by Rob Landley 3# Copyright 2005 by Rob Landley
4# 4#
@@ -87,6 +87,7 @@ testing()
87 87
88 $ECHO -ne "$3" > expected 88 $ECHO -ne "$3" > expected
89 $ECHO -ne "$4" > input 89 $ECHO -ne "$4" > input
90 [ -z "$VERBOSE" ] || echo "echo -ne '$4' >input"
90 [ -z "$VERBOSE" ] || echo "echo -ne '$5' | $2" 91 [ -z "$VERBOSE" ] || echo "echo -ne '$5' | $2"
91 $ECHO -ne "$5" | eval "$2" > actual 92 $ECHO -ne "$5" | eval "$2" > actual
92 RETVAL=$? 93 RETVAL=$?