aboutsummaryrefslogtreecommitdiff
path: root/testsuite/ar.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/ar.tests')
-rwxr-xr-xtestsuite/ar.tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/ar.tests b/testsuite/ar.tests
index f112eb64a..4630d08a4 100755
--- a/testsuite/ar.tests
+++ b/testsuite/ar.tests
@@ -18,10 +18,10 @@ testing "ar creates archives" \
18rm test.a 18rm test.a
19 19
20testing "ar replaces things in archives" \ 20testing "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" \
22 "blast!\n" \ 22 "blast!\n" \
23 "" \ 23 "" \
24 "" 24 ""
25rm test.a 25rm test.a file1 file1 2>/dev/null
26 26
27exit $FAILCOUNT 27exit $FAILCOUNT