summaryrefslogtreecommitdiffstats
path: root/tests/zip
blob: bf2835800e4bcf3bac0b024f50d0f0fa93b93273 (plain)
1
2
3
4
5
	apk_add zip 
	zip test.zip `ls`
	unzip -p test.zip
	apk_del zip
	rm -f test.zip