mirror of https://github.com/mirror/busybox.git
Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.
parent
bb0088e980
commit
f419855300
|
@ -1,3 +1,4 @@
|
|||
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
|
||||
touch foo
|
||||
tar cf foo.tar foo
|
||||
echo foo >foo.exclude
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
|
||||
touch foo bar baz
|
||||
tar cf foo.tar foo bar baz
|
||||
echo foo >foo.exclude
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE
|
||||
mkdir foo
|
||||
touch foo/bar
|
||||
tar cf foo.tar foo
|
||||
|
|
Loading…
Reference in New Issue