diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 03:53:57 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-11 03:53:57 +0200 |
commit | bfa1b2e8e8aaddcf849011a12cb2ac634b27f339 (patch) | |
tree | 4a5fbaef1371fb8b2ca504e753fa2a31d25234d4 /testsuite/patch.tests | |
parent | 6334390aef2eb52cc827a6d18f942b2b8a04ef59 (diff) | |
download | busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.tar.gz busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.tar.bz2 busybox-w32-bfa1b2e8e8aaddcf849011a12cb2ac634b27f339.zip |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/patch.tests')
-rwxr-xr-x | testsuite/patch.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/patch.tests b/testsuite/patch.tests index f3e607186..749d936ea 100755 --- a/testsuite/patch.tests +++ b/testsuite/patch.tests | |||
@@ -123,4 +123,6 @@ abc | |||
123 | +456 | 123 | +456 |
124 | " \ | 124 | " \ |
125 | 125 | ||
126 | rm input.orig 2>/dev/null | ||
127 | |||
126 | exit $FAILCOUNT | 128 | exit $FAILCOUNT |