add stderr output to local sudo test since that did crash things
[scpubgit/Object-Remote.git] / xt / lib / TestFindUser.pm
index 8f1133c..9b94628 100644 (file)
@@ -3,4 +3,6 @@ use Moo;
 
 sub user { $< }
 
+sub send_err { print STDERR "Foo\n"; }
+
 1;