diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-19 21:54:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-06-19 21:54:04 +0200 |
commit | bb0bf287d8fcb59a7d44661681576f77845dedbc (patch) | |
tree | 5cae0ee59152b2fa77a0e3ea0d6713dba7755bce /testsuite/ar.tests | |
parent | 015db5800ca7c6dd2d201eacb2951e72e6782b30 (diff) | |
download | busybox-bb0bf287d8fcb59a7d44661681576f77845dedbc.tar.gz |
randomconfig fixes 2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/ar.tests')
-rwxr-xr-x | testsuite/ar.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/ar.tests b/testsuite/ar.tests index 0a8eb9b32..ad7b8fe5f 100755 --- a/testsuite/ar.tests +++ b/testsuite/ar.tests @@ -15,7 +15,7 @@ testing "ar creates archives" \ "$(md5sum <README)\n" \ "" \ "" -rm test.a +rm test.a 2>/dev/null testing "ar replaces things in archives" \ "echo 'blah!' >file1 && echo 'blast!' >file2 && ar cr test.a README file1 file2 && mv file2 file1 && ar cr test.a file1 && ar p test.a file1" \ |