From 9cdb0601eb53ffdb3fb6b94bb1336adbc7d59e5c Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 27 Mar 2002 17:31:01 +0000 Subject: * archival/bunzip2.c: Include . (bunzip2_main): Read data from standard input if FILE argument is `-' or omitted. * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. * testsuite/bunzip2/bunzip2-reads-from-standard-input: New. --- testsuite/bunzip2/bunzip2-reads-from-standard-input | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testsuite/bunzip2/bunzip2-reads-from-standard-input (limited to 'testsuite/bunzip2') diff --git a/testsuite/bunzip2/bunzip2-reads-from-standard-input b/testsuite/bunzip2/bunzip2-reads-from-standard-input new file mode 100644 index 000000000..7bc842135 --- /dev/null +++ b/testsuite/bunzip2/bunzip2-reads-from-standard-input @@ -0,0 +1,2 @@ +echo foo | bzip2 -c | busybox bunzip2 -c > output +echo foo | cmp - output -- cgit v1.2.3