aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar/tar-extracts-multiple-files
blob: 8ae8cdda523ad7a15904a58dc65adba3e0ae29d9 (plain)
1
2
3
4
5
6
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
busybox tar -xf foo.tar
test -f foo
test -f bar