summaryrefslogtreecommitdiffstats
path: root/tests/bzip2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bzip2')
-rw-r--r--tests/bzip23
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bzip2 b/tests/bzip2
new file mode 100644
index 0000000..f109c04
--- /dev/null
+++ b/tests/bzip2
@@ -0,0 +1,3 @@
+ apk_add $@
+ echo "hello world" | bzip2 -c >/dev/null
+ apk_del $@