Minor tar test update
authorEric Andersen <andersen@codepoet.org>
Tue, 6 Apr 2004 11:34:02 +0000 (11:34 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 6 Apr 2004 11:34:02 +0000 (11:34 -0000)
testsuite/tar/tar-extracts-multiple-files

index 46701dc3faa5c719b7ebc0cd55efe0d05b8f9129..8ae8cdda523ad7a15904a58dc65adba3e0ae29d9 100644 (file)
@@ -1,6 +1,6 @@
 touch foo bar
-tar cf foo.tar foo bar
+busybox tar cf foo.tar foo bar
 rm foo bar
 busybox tar -xf foo.tar
-test -f foo -a -f bar
-exit 99;
+test -f foo
+test -f bar