Merge test suite.
This commit is contained in:
6
testsuite/tar/tar-handles-exclude-and-extract-lists
Normal file
6
testsuite/tar/tar-handles-exclude-and-extract-lists
Normal file
@@ -0,0 +1,6 @@
|
||||
touch foo bar baz
|
||||
tar cf foo.tar foo bar baz
|
||||
echo foo >foo.exclude
|
||||
rm foo bar baz
|
||||
busybox tar xf foo.tar foo bar -X foo.exclude
|
||||
test ! -f foo -a -f bar -a ! -f baz
|
||||
Reference in New Issue
Block a user