blob: 8ae8cdda523ad7a15904a58dc65adba3e0ae29d9 [file] [log] [blame]
Matt Kraai38890782001-10-30 23:11:20 +00001touch foo bar
Eric Andersen5c1ee512004-04-06 11:34:02 +00002busybox tar 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