busybox/testsuite/tar/tar-handles-nested-exclude

8 lines
156 B
Plaintext
Raw Normal View History

2001-10-31 04:41:20 +05:30
mkdir foo
touch foo/bar
tar cf foo.tar foo
rm -rf foo
echo foo/bar >foobar.exclude
busybox tar xf foo.tar foo -X foobar.exclude
test -d foo -a ! -f foo/bar