From f419855300d15b4aed0ed2f4e9a1b0d013317a1c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 31 Oct 2001 16:18:48 +0000 Subject: Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined. --- testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list | 1 + testsuite/tar/tar-handles-exclude-and-extract-lists | 1 + testsuite/tar/tar-handles-nested-exclude | 1 + 3 files changed, 3 insertions(+) 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 -- cgit v1.2.3