aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar/tar-archives-multiple-files
blob: 997291e263908153d44ef7619c4a44c745f6a21c (plain)
1
2
3
4
5
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
tar xf foo.tar
test -f foo -a -f bar