diff options
author | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-05-18 21:12:36 +0000 |
---|---|---|
committer | kraai <kraai@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-05-18 21:12:36 +0000 |
commit | 0d4bfd0bd4f106ac1764384e1de6ecf888bce99c (patch) | |
tree | 58a8a0d53b85c8c15b69f2bfaa6fd4cc87a92d9a /testsuite/tar | |
parent | 71d10cced6a6134cd3671c0651cb787cafbf88d7 (diff) | |
download | busybox-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-output | 3 |
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 @@ | |||
1 | echo foo > foo | ||
2 | tar cf foo.tar foo | ||
3 | cat foo.tar | busybox tar Ox | cmp foo - | ||