data/method/busybox/busybox-1.36.0/testsuite/tar/tar-archives-multiple-files

7 lines
130 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# FEATURE: CONFIG_FEATURE_TAR_CREATE
touch foo bar
busybox tar cf foo.tar foo bar
rm foo bar
tar xf foo.tar
test -f foo -a -f bar