Merge test suite.
This commit is contained in:
7
testsuite/tar/tar-handles-nested-exclude
Normal file
7
testsuite/tar/tar-handles-nested-exclude
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
Reference in New Issue
Block a user