Sign in
nest-open-source
/
nest-learning-thermostat
/
5.1.3
/
busybox
/
edda7f91fbd2482713838673f9c287d4933cd9c4
/
.
/
busybox-1.19.3
/
testsuite
/
tar
/
tar-handles-cz-options
blob: 95c628d810679cfdcceb71d5c7ac98680efded55 [
file
] [
log
] [
blame
]
Igor Sarkisov
edda7f9
2020-10-06 06:41:48 -0700
[
diff
] [
blame^
]
1
# FEATURE: CONFIG_FEATURE_TAR_CREATE
2
# FEATURE: CONFIG_FEATURE_SEAMLESS_GZ
3
touch foo
4
busybox tar czf foo
.
tar
.
gz foo
5
gzip
-
d foo
.
tar
.
gz