From 0861e828d028cdb6ad0798143a88c9eb6fabb631 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Sun, 18 May 2003 21:12:36 +0000 Subject: Handle -O preceding -x. --- testsuite/tar/tar-extracts-to-standard-output | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testsuite/tar/tar-extracts-to-standard-output (limited to 'testsuite/tar') diff --git a/testsuite/tar/tar-extracts-to-standard-output b/testsuite/tar/tar-extracts-to-standard-output new file mode 100644 index 000000000..ca48e364e --- /dev/null +++ b/testsuite/tar/tar-extracts-to-standard-output @@ -0,0 +1,3 @@ +echo foo > foo +tar cf foo.tar foo +cat foo.tar | busybox tar Ox | cmp foo - -- cgit v1.2.3