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-cz-options | |
parent | ab8215431f43d132cbb0986dec6fbd542350f9d9 (diff) |
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-cz-options')
-rw-r--r-- | testsuite/tar/tar-handles-cz-options | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tar/tar-handles-cz-options b/testsuite/tar/tar-handles-cz-options index 1049c6d2a..5b55e46d3 100644 --- a/testsuite/tar/tar-handles-cz-options +++ b/testsuite/tar/tar-handles-cz-options @@ -1,3 +1,5 @@ +# FEATURE: CONFIG_FEATURE_TAR_CREATE +# FEATURE: CONFIG_FEATURE_TAR_GZIP touch foo busybox tar czf foo.tar.gz foo gzip -d foo.tar.gz |