aboutsummaryrefslogtreecommitdiff
path: root/testsuite/tar
diff options
context:
space:
mode:
authorkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-05-18 21:12:36 +0000
committerkraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-05-18 21:12:36 +0000
commit0d4bfd0bd4f106ac1764384e1de6ecf888bce99c (patch)
tree58a8a0d53b85c8c15b69f2bfaa6fd4cc87a92d9a /testsuite/tar
parent71d10cced6a6134cd3671c0651cb787cafbf88d7 (diff)
downloadbusybox-w32-0d4bfd0bd4f106ac1764384e1de6ecf888bce99c.tar.gz
busybox-w32-0d4bfd0bd4f106ac1764384e1de6ecf888bce99c.tar.bz2
busybox-w32-0d4bfd0bd4f106ac1764384e1de6ecf888bce99c.zip
Handle -O preceding -x.
git-svn-id: svn://busybox.net/trunk/busybox@6845 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'testsuite/tar')
-rw-r--r--testsuite/tar/tar-extracts-to-standard-output3
1 files changed, 3 insertions, 0 deletions
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 @@
1echo foo > foo
2tar cf foo.tar foo
3cat foo.tar | busybox tar Ox | cmp foo -