udhcpc is supposed to be in /sbin, not /usr/sbin/
[oweals/busybox.git] / testsuite / tar / tar-extracts-file
1 touch foo
2 tar cf foo.tar foo
3 rm foo
4 busybox tar xf foo.tar
5 test -f foo