diff options
| author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-12-26 14:01:37 +0000 |
|---|---|---|
| committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-12-26 14:01:37 +0000 |
| commit | ce91c8ac2bb343f0b3303c608c5a8b5a2252204d (patch) | |
| tree | fb1edb12638407a859d3fefcfc89d5c8c7c20964 /testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list | |
| parent | ab8215431f43d132cbb0986dec6fbd542350f9d9 (diff) | |
| download | busybox-ce91c8ac2bb343f0b3303c608c5a8b5a2252204d.tar.gz | |
Isolate code better for unused options, config option to enable long
options, add some conditions to the tar tests in testsuite.
Diffstat (limited to 'testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list')
| -rw-r--r-- | testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list | 3 |
1 files changed, 2 insertions, 1 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 b76f02301..503364230 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,4 +1,5 @@ -# FEATURE: CONFIG_FEATURE_TAR_EXCLUDE +# FEATURE: CONFIG_FEATURE_TAR_FROM +# FEATURE: CONFIG_FEATURE_TAR_CREATE touch foo tar cf foo.tar foo echo foo >foo.exclude |
