From: Matt Kraai Date: Wed, 31 Oct 2001 16:18:48 +0000 (-0000) Subject: Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined. X-Git-Tag: 0_60_2~52 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f419855300d15b4aed0ed2f4e9a1b0d013317a1c;p=oweals%2Fbusybox.git Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined. --- diff --git a/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list b/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list index cf0e4c925..4f2adab71 100644 --- a/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list +++ b/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list @@ -1,3 +1,4 @@ +# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE touch foo tar cf foo.tar foo echo foo >foo.exclude diff --git a/testsuite/tar/tar-handles-exclude-and-extract-lists b/testsuite/tar/tar-handles-exclude-and-extract-lists index 7f771b978..addcce094 100644 --- a/testsuite/tar/tar-handles-exclude-and-extract-lists +++ b/testsuite/tar/tar-handles-exclude-and-extract-lists @@ -1,3 +1,4 @@ +# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE touch foo bar baz tar cf foo.tar foo bar baz echo foo >foo.exclude diff --git a/testsuite/tar/tar-handles-nested-exclude b/testsuite/tar/tar-handles-nested-exclude index da1840863..2bfc7dd53 100644 --- a/testsuite/tar/tar-handles-nested-exclude +++ b/testsuite/tar/tar-handles-nested-exclude @@ -1,3 +1,4 @@ +# UNSUPPORTED: CONFIG_FEATURE_TAR_EXCLUDE mkdir foo touch foo/bar tar cf foo.tar foo