From 3889078dbe09a9d85b359e9c0c0c225e0bbea343 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 30 Oct 2001 23:11:20 +0000 Subject: Merge test suite. --- testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list (limited to 'testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list') diff --git a/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list b/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list new file mode 100644 index 0000000..cf0e4c9 --- /dev/null +++ b/testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list @@ -0,0 +1,4 @@ +touch foo +tar cf foo.tar foo +echo foo >foo.exclude +busybox tar xf foo.tar -X foo.exclude -- cgit v1.1