Minor tar test update
This commit is contained in:
parent
ba9b22a8cc
commit
5c1ee519ea
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user