mouse/src
Blob: tests/fixtures/mouse_echo_missing
#!/sbin/openrc-run
description="Missing dependency fixture"
depend() {
need absent_port_dependency
}
start() {
checkpath --file /run/mouse-echo.unexpected
}
#!/sbin/openrc-run
description="Missing dependency fixture"
depend() {
need absent_port_dependency
}
start() {
checkpath --file /run/mouse-echo.unexpected
}