gunzip problem (Was: RE: [BusyBox] tar problems (once again))
Michael Sternberg
michael at dragon.boscom.com
Mon Jan 13 07:45:04 UTC 2003
Sorry for my mistake, the problem is in gunzip, not in tar.
tar just called gunzip when I started it with "z" option
~> touch test.txt
~> gzip test.txt
~> gunzip test.txt.gz
gunzip: Short read
~> ./runtest -v gzip
PASS: gzip-accepts-multiple-files
PASS: gzip-accepts-single-minus
PASS: gzip-removes-original-file
~> ./runtest -v gunzip
FAIL: gunzip-reads-from-standard-input
Same happens when I'm using "official" gzip.
Now, when I compile same busybox for Intel
platform gunzip works..
Michael.
--
More information about the busybox
mailing list