Magellan Linux

Contents of /tags/mkinitrd-6_2_0/testsuite/tar/tar-archives-multiple-files

Parent Directory Parent Directory | Revision Log Revision Log


Revision 994 - (show annotations) (download)
Sun May 30 11:53:18 2010 UTC (14 years, 4 months ago) by niro
File size: 130 byte(s)
tagged 'mkinitrd-6_2_0'
1 # FEATURE: CONFIG_FEATURE_TAR_CREATE
2 touch foo bar
3 busybox tar cf foo.tar foo bar
4 rm foo bar
5 tar xf foo.tar
6 test -f foo -a -f bar