Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.

This commit is contained in:
Matt Kraai 2001-10-31 16:18:48 +00:00
parent bb0088e980
commit f419855300
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
touch foo
tar cf foo.tar foo
echo foo >foo.exclude

View File

@ -1,3 +1,4 @@
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
touch foo bar baz
tar cf foo.tar foo bar baz
echo foo >foo.exclude

View File

@ -1,3 +1,4 @@
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
mkdir foo
touch foo/bar
tar cf foo.tar foo