Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-10-31 19:18:48 +0300
committerMatt Kraai <kraai@debian.org>2001-10-31 19:18:48 +0300
commitf419855300d15b4aed0ed2f4e9a1b0d013317a1c (patch)
tree2f5a73459ecfcd49afdd1b7af119da25d5909ba3 /testsuite
parentbb0088e98048101d368d00249ab0807db56f2c49 (diff)
Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list1
-rw-r--r--testsuite/tar/tar-handles-exclude-and-extract-lists1
-rw-r--r--testsuite/tar/tar-handles-nested-exclude1
3 files changed, 3 insertions, 0 deletions
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