Skip to content

Instantly share code, notes, and snippets.

> t/00_compile.t ............ ok
It compiles, yay!
> t/cmd.t ................... Failed to eval 't/service/sleeping-daemon': The 'user' parameter (undef) to
> Ubic::Service::SimpleDaemon::new was an 'undef', which is not one of the all
This is because I used $ENV{LOGNAME} as test services user.
You should replace it with windows equivalent or write some switch, I think...
Ubic::Service::SimpleDaemon->new({
bin => \'sleep 100\',