#!/sbin/openrc-run

description="Missing dependency fixture"

depend() {
	need absent_port_dependency
}

start() {
	checkpath --file /run/mouse-echo.unexpected
}

