commit | 0861e828d028cdb6ad0798143a88c9eb6fabb631 | [log] [tgz] |
---|---|---|
author | Matt Kraai <kraai@debian.org> | Sun May 18 21:12:36 2003 +0000 |
committer | Matt Kraai <kraai@debian.org> | Sun May 18 21:12:36 2003 +0000 |
tree | 58a8a0d53b85c8c15b69f2bfaa6fd4cc87a92d9a | |
parent | 900c8f3362c4f694fea300c4f36322271659ff87 [diff] [blame] |
Handle -O preceding -x.
diff --git a/testsuite/tar/tar-extracts-to-standard-output b/testsuite/tar/tar-extracts-to-standard-output new file mode 100644 index 0000000..ca48e36 --- /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 -