	apk_add $@
	if ! [ -d test-cdrkit ]; then
		mkdir test-cdrkit;
	fi
	echo hello > test-cdrkit/foo
	genisoimage test-cdrkit > test.iso
	apk_del $@
