diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tar/tar-extracts-from-standard-input | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tar/tar-extracts-from-standard-input b/testsuite/tar/tar-extracts-from-standard-input new file mode 100644 index 000000000..a30e9f0b9 --- /dev/null +++ b/testsuite/tar/tar-extracts-from-standard-input | |||
@@ -0,0 +1,5 @@ | |||
1 | touch foo | ||
2 | tar cf foo.tar foo | ||
3 | rm foo | ||
4 | cat foo.tar | busybox tar x | ||
5 | test -f foo | ||