projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb0088e
)
Mark as unsupported unless CONFIG_FEATURE_TAR_EXCLUDE is defined.
author
Matt Kraai
<kraai@debian.org>
Wed, 31 Oct 2001 16:18:48 +0000
(16:18 -0000)
committer
Matt Kraai
<kraai@debian.org>
Wed, 31 Oct 2001 16:18:48 +0000
(16:18 -0000)
testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list
patch
|
blob
|
history
testsuite/tar/tar-handles-exclude-and-extract-lists
patch
|
blob
|
history
testsuite/tar/tar-handles-nested-exclude
patch
|
blob
|
history
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 cf0e4c925af8699aac71dd16ee6020319a6eab84..4f2adab71ac79d01c58445e71694da7c788c063f 100644
(file)
--- 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 7f771b9785ffc0eda78835e0cc09bd11db3e1445..addcce094b7e76403e7c055d2ddb627a76d67c5d 100644
(file)
--- 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 da184086300c132aa96729b8ce94b45e1850dec1..2bfc7dd533f2c2640a47c5cff8d71f6342b98324 100644
(file)
--- 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