summaryrefslogtreecommitdiff
path: root/i/pc104/initrd/conf/busybox/testsuite/tar/tar-extracts-file
blob: ca72f248900954984ade7a42b437845d3aa25342 (plain)
1
2
3
4
5
touch foo
tar cf foo.tar foo
rm foo
busybox tar xf foo.tar
test -f foo