summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/01proc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01proc.t b/t/01proc.t
index f34a59a..ed3b980 100644
--- a/t/01proc.t
+++ b/t/01proc.t
@@ -42,7 +42,7 @@ $lib or die "Cannot find lib directory.\n";
# sleep time and a command to run.
my $sleep_exit;
my $timed_process;
-foreach my $dir (qw(. ./bin ./t ../bin ../t Proc-Background/t)) {
+foreach my $dir (qw(. ./bin ./t ../bin ../t Proc-Background/t /usr/bin)) {
unless ($sleep_exit) {
my $s = "$dir/sleep_exit.pl";
$sleep_exit = $s if -r $s;