Minor tar test update

1_00_stable_10817
Eric Andersen 2004-04-06 11:34:02 +00:00
parent ba9b22a8cc
commit 5c1ee519ea
1 changed files with 3 additions and 3 deletions

View 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