Merge test suite.
[oweals/busybox.git] / testsuite / tar / tar-handles-nested-exclude
1 mkdir foo
2 touch foo/bar
3 tar cf foo.tar foo
4 rm -rf foo
5 echo foo/bar >foobar.exclude
6 busybox tar xf foo.tar foo -X foobar.exclude
7 test -d foo -a ! -f foo/bar