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 46701dc..8ae8cdd 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