summaryrefslogtreecommitdiffstats
path: root/tests/cdrkit
blob: 6fc9ae9dbb1e07de808e518dce95fa327b283dd2 (plain)
1
2
3
4
5
6
7
	apk_add $@
	if ! [ -d test-cdrkit ]; then
		mkdir test-cdrkit;
	fi
	echo hello > test-cdrkit/foo
	genisoimage test-cdrkit > test.iso
	apk_del $@