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

7 lines
96 B
Plaintext
Raw Normal View History

2001-10-30 23:11:20 +00:00
touch foo bar
2007-09-21 13:16:32 +00:00
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