1
0
mirror of https://github.com/sheumann/hush.git synced 2025-02-28 20:31:33 +00:00
hush/testsuite/tar/tar-extracts-multiple-files
2004-04-06 11:34:02 +00:00

7 lines
104 B
Plaintext

touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
busybox tar -xf foo.tar
test -f foo
test -f bar