tar: fix "hardlinks to symlinks chown" bug 1519.
[oweals/busybox.git] / testsuite / gunzip / gunzip-reads-from-standard-input
index 0ab9fdd78c1c725e28bf3917f9471cddc10512b9..7c498c0ce81d92d1630cbde411072cd3611fc562 100644 (file)
@@ -1,2 +1,2 @@
-echo foo | gzip -c | busybox gunzip -c > output
+echo foo | gzip | busybox gunzip > output
 echo foo | cmp - output