add stderr output to local sudo test since that did crash things
[scpubgit/Object-Remote.git] / xt / lib / TestFindUser.pm
CommitLineData
985c21e3 1package TestFindUser;
2use Moo;
3
4sub user { $< }
5
b10f7b24 6sub send_err { print STDERR "Foo\n"; }
7
985c21e3 81;