source: drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/tar/tar-archives-multiple-files @ 250

Last change on this file since 250 was 20, checked in by chris, 16 years ago
File size: 130 bytes
Line 
1# FEATURE: CONFIG_FEATURE_TAR_CREATE
2touch foo bar
3busybox tar cf foo.tar foo bar
4rm foo bar
5tar xf foo.tar
6test -f foo -a -f bar
Note: See TracBrowser for help on using the repository browser.