diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-28 01:41:40 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-11-28 01:41:40 +0100 |
commit | fe9403ad17d6cac5984fcb9b9e18ed755898afff (patch) | |
tree | 7e40d96c01f30b0259dad306fafc34e7ba28d565 /testsuite/testing.sh | |
parent | fa5e295600b7810b5246daab8fca69de1f9b78b7 (diff) | |
download | busybox-w32-fe9403ad17d6cac5984fcb9b9e18ed755898afff.tar.gz busybox-w32-fe9403ad17d6cac5984fcb9b9e18ed755898afff.tar.bz2 busybox-w32-fe9403ad17d6cac5984fcb9b9e18ed755898afff.zip |
add a test for patch which we currently fail
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/testing.sh')
-rw-r--r-- | testsuite/testing.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/testing.sh b/testsuite/testing.sh index c7c9ca6af..e7e64e58b 100644 --- a/testsuite/testing.sh +++ b/testsuite/testing.sh | |||
@@ -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 ====================== | ||
90 | [ -z "$VERBOSE" ] || echo "echo -ne '$4' >input" | 91 | [ -z "$VERBOSE" ] || echo "echo -ne '$4' >input" |
91 | [ -z "$VERBOSE" ] || echo "echo -ne '$5' | $2" | 92 | [ -z "$VERBOSE" ] || echo "echo -ne '$5' | $2" |
92 | $ECHO -ne "$5" | eval "$2" > actual | 93 | $ECHO -ne "$5" | eval "$2" > actual |