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