mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
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
|