ce91c8ac2b
options, add some conditions to the tar tests in testsuite.
7 lines
161 B
Plaintext
7 lines
161 B
Plaintext
# FEATURE: CONFIG_FEATURE_TAR_FROM
|
|
# FEATURE: CONFIG_FEATURE_TAR_CREATE
|
|
touch foo
|
|
tar cf foo.tar foo
|
|
echo foo >foo.exclude
|
|
busybox tar xf foo.tar -X foo.exclude
|