Minor tar test update

This commit is contained in:
Eric Andersen 2004-04-06 11:34:02 +00:00
parent ba9b22a8cc
commit 5c1ee519ea

View File

@ -1,6 +1,6 @@
touch foo bar touch foo bar
tar cf foo.tar foo bar busybox tar cf foo.tar foo bar
rm foo bar rm foo bar
busybox tar -xf foo.tar busybox tar -xf foo.tar
test -f foo -a -f bar test -f foo
exit 99; test -f bar