[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#402482: testcases of busybox gzip misbehaving



Denys Vlasenko wrote:
> Please send testcases where GNU gzip works and busybox gzip doesnt - to me.
> I will try to fix those.

It's easy enough to reproduce for me:

joey@kodama:~>echo foo | gzip > test.gz
joey@kodama:~>echo bar | gzip >> test.gz
joey@kodama:~>gunzip < test.gz 
foo
bar
joey@kodama:~>busybox gunzip < test.gz
foo
joey@kodama:~>

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: