blob: 7897d81d2681db22bf2cc974137f05c8086f00dd [file] [log] [blame]
Matt Kraai38890782001-10-30 23:11:20 +00001touch foo bar
Denis Vlasenko0beaff82007-09-21 13:16:32 +00002tar cf foo.tar foo bar
Matt Kraai38890782001-10-30 23:11:20 +00003rm foo bar
Eric Andersen650fe632004-04-06 11:10:30 +00004busybox tar -xf foo.tar
Eric Andersen5c1ee512004-04-06 11:34:02 +00005test -f foo
6test -f bar