Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
|
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
|
||||||
touch foo
|
touch foo
|
||||||
tar cf foo.tar foo
|
tar cf foo.tar foo
|
||||||
echo foo >foo.exclude
|
echo foo >foo.exclude
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
|
||||||
touch foo bar baz
|
touch foo bar baz
|
||||||
tar cf foo.tar foo bar baz
|
tar cf foo.tar foo bar baz
|
||||||
echo foo >foo.exclude
|
echo foo >foo.exclude
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
|
||||||
mkdir foo
|
mkdir foo
|
||||||
touch foo/bar
|
touch foo/bar
|
||||||
tar cf foo.tar foo
|
tar cf foo.tar foo
|
||||||
|
Reference in New Issue
Block a user