diff options
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" \ | |||
15 | "$(md5sum <README)\n" \ | 15 | "$(md5sum <README)\n" \ |
16 | "" \ | 16 | "" \ |
17 | "" | 17 | "" |
18 | rm test.a | 18 | rm test.a 2>/dev/null |
19 | 19 | ||
20 | testing "ar replaces things in archives" \ | 20 | testing "ar replaces things in archives" \ |
21 | "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" \ | 21 | "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" \ |