summaryrefslogtreecommitdiffstats
path: root/tests/zip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/zip')
-rw-r--r--tests/zip5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/zip b/tests/zip
new file mode 100644
index 0000000..bf28358
--- /dev/null
+++ b/tests/zip
@@ -0,0 +1,5 @@
+ apk_add zip
+ zip test.zip `ls`
+ unzip -p test.zip
+ apk_del zip
+ rm -f test.zip