ce91c8ac2b
options, add some conditions to the tar tests in testsuite.
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
# FEATURE: CONFIG_FEATURE_TAR_CREATE
|
|
# FEATURE: CONFIG_FEATURE_TAR_GZIP
|
|
touch foo
|
|
busybox tar czf foo.tar.gz foo
|
|
gzip -d foo.tar.gz
|