nt9856x/BSP/busybox/testsuite/tar/tar-archives-multiple-files
2023-03-28 15:07:53 +08:00

7 lines
130 B
Plaintext

# 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