randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@@ -18,10 +18,10 @@ testing "ar creates archives" \
|
||||
rm test.a
|
||||
|
||||
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" \
|
||||
"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" \
|
||||
"blast!\n" \
|
||||
"" \
|
||||
""
|
||||
rm test.a
|
||||
rm test.a file1 file1 2>/dev/null
|
||||
|
||||
exit $FAILCOUNT
|
||||
|
Reference in New Issue
Block a user