This commit was manufactured by cvs2svn to create tag 'busybox_1_00'.
[oweals/busybox.git] / busybox / testsuite / tar / tar-handles-empty-include-and-non-empty-exclude-list
1 # FEATURE: CONFIG_FEATURE_TAR_FROM
2 # FEATURE: CONFIG_FEATURE_TAR_CREATE
3 touch foo
4 tar cf foo.tar foo
5 echo foo >foo.exclude
6 busybox tar xf foo.tar -X foo.exclude