summaryrefslogtreecommitdiff
path: root/t/01proc.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01proc.t')
-rw-r--r--t/01proc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01proc.t b/t/01proc.t
index e4c9636..f70dcba 100644
--- a/t/01proc.t
+++ b/t/01proc.t
@@ -31,7 +31,7 @@ ok(1); # 1
# script takes a sleep time and an exit value. timed-process takes a
# sleep time and a command to run.
my $sleep_exit;
-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;