hush/testsuite/tar/tar-extracts-multiple-files

7 lines
104 B
Plaintext
Raw Normal View History

2001-10-30 23:11:20 +00:00
touch foo bar
2004-04-06 11:34:02 +00:00
busybox tar cf foo.tar foo bar
2001-10-30 23:11:20 +00:00
rm foo bar
busybox tar -xf foo.tar
2004-04-06 11:34:02 +00:00
test -f foo
test -f bar