minimal-linux-script/busybox-1.33.0/testsuite/tar/tar-complains-about-missing-file
2023-11-16 23:19:36 -05:00

4 lines
58 B
Plaintext

touch foo
tar cf foo.tar foo
! busybox tar xf foo.tar bar