OSDN Git Service

Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.
authorElliott Hughes <enh@google.com>
Mon, 24 Apr 2017 20:29:30 +0000 (13:29 -0700)
committerRob Landley <rob@landley.net>
Tue, 9 Jan 2018 17:15:58 +0000 (11:15 -0600)
commit36beb6ac93362790ba6633f56109cde5f01d20c4
treed62e28956c9d75bdd1fff75dae9e004307038ef5
parentb432aee484bfca4d53cdce13343e6ee5c850d0f3
Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.

Bringing the zlib-based gzip/gunzip/zcat over to toybox is a problem for
another day, but at least the tests are easy...

(These tests pass with TEST_HOST and on the toolbox versions, but the
toybox toys are in pending and very broken.)
tests/gunzip.test [new file with mode: 0644]
tests/gzip.test [new file with mode: 0644]
tests/zcat.test [changed mode: 0755->0644]