simulated lsof
[scpubgit/System-Introspector.git] / t / filehandles.t
index 867d497..2ed92aa 100644 (file)
@@ -1,8 +1,11 @@
 use strictures 1;
 use Test::More;
+use FindBin;
 
 use System::Introspector::Probe::FileHandles;
 
+$ENV{PATH} = "$FindBin::Bin/bin:" . $ENV{PATH};
+
 my $probe = System::Introspector::Probe::FileHandles->new;
 
 my $data = $probe->gather;