awk: fix more "length" cases, closes 12486
[oweals/busybox.git] / testsuite / tar / tar-extracts-from-standard-input
1 touch foo
2 tar cf foo.tar foo
3 rm foo
4 cat foo.tar | busybox tar x
5 test -f foo