From 1bbc0cd7f293aac5e15d6c1e16bee9f1484c6fbf Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Fri, 13 Aug 2010 15:50:26 +0200 Subject: patch: replace it with toybox's implementation Signed-off-by: Rob Landley Signed-off-by: Denys Vlasenko --- testsuite/testing.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testsuite/testing.sh') 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 @@ -# Simple test harness infrastructurei for BusyBox +# Simple test harness infrastructure for BusyBox # # Copyright 2005 by Rob Landley # @@ -87,6 +87,7 @@ testing() $ECHO -ne "$3" > expected $ECHO -ne "$4" > input + [ -z "$VERBOSE" ] || echo "echo -ne '$4' >input" [ -z "$VERBOSE" ] || echo "echo -ne '$5' | $2" $ECHO -ne "$5" | eval "$2" > actual RETVAL=$? -- cgit v1.2.3