summaryrefslogtreecommitdiffstats
path: root/tests/gzip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gzip')
-rw-r--r--tests/gzip4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/gzip b/tests/gzip
new file mode 100644
index 0000000..41eb1c4
--- /dev/null
+++ b/tests/gzip
@@ -0,0 +1,4 @@
+ apk_add $@
+ gzip --version | gzip -c | gunzip -c | grep GNU
+ apk_del $@
+ [ `readlink /bin/gzip` = /bin/busybox ]