summaryrefslogtreecommitdiffstats
path: root/tests/gzip
blob: 41eb1c494f64c7be639f480430909496882735fc (plain)
1
2
3
4
	apk_add $@
	gzip --version | gzip -c | gunzip -c | grep GNU
	apk_del $@
	[ `readlink /bin/gzip` = /bin/busybox ]