Mention the opengroup sed reference, add a check which is disabled at present.
[oweals/busybox.git] / testsuite / tar / tar-handles-nested-exclude
1 # FEATURE: CONFIG_FEATURE_TAR_EXCLUDE
2 mkdir foo
3 touch foo/bar
4 tar cf foo.tar foo
5 rm -rf foo
6 echo foo/bar >foobar.exclude
7 busybox tar xf foo.tar foo -X foobar.exclude
8 test -d foo -a ! -f foo/bar