This website requires JavaScript.
Explore
Help
Sign In
BusyBox
/
busybox
mirror of
https://github.com/mirror/busybox.git
Watch
1
Star
0
Fork
You've already forked busybox
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
36184a487d
busybox
/
testsuite
/
gunzip
/
gunzip-reads-from-standard-...
3 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags. * testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.
2002-03-27 22:48:39 +00:00
echo foo | gzip | busybox gunzip > output
Merge test suite.
2001-10-30 23:11:20 +00:00
echo foo | cmp - output