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