patch: replace it with toybox's implementation

Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Rob Landley
2010-08-13 15:50:26 +02:00
committed by Denys Vlasenko
parent dcaed97e0f
commit 1bbc0cd7f2
5 changed files with 985 additions and 358 deletions

View File

@ -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=$?