busybox/testsuite/tar/tar-extracts-multiple-files

7 lines
104 B
Plaintext
Raw Normal View History

2001-10-31 04:41:20 +05:30
touch foo bar
2004-04-06 17:04:02 +05:30
busybox tar cf foo.tar foo bar
2001-10-31 04:41:20 +05:30
rm foo bar
busybox tar -xf foo.tar
2004-04-06 17:04:02 +05:30
test -f foo
test -f bar