blob: 8ae8cdda523ad7a15904a58dc65adba3e0ae29d9 [file] [log] [blame]
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
busybox tar -xf foo.tar
test -f foo
test -f bar