summaryrefslogtreecommitdiff
path: root/lib/CGI/t/request.t
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CGI/t/request.t')
-rwxr-xr-xlib/CGI/t/request.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI/t/request.t b/lib/CGI/t/request.t
index 96775a9279..d39619c490 100755
--- a/lib/CGI/t/request.t
+++ b/lib/CGI/t/request.t
@@ -2,7 +2,7 @@
# Test ability to retrieve HTTP request info
######################### We start with some black magic to print on failure.
-use lib '../blib/lib','../blib/arch';
+use lib '.','../blib/lib','../blib/arch';
BEGIN {$| = 1; print "1..33\n"; }
END {print "not ok 1\n" unless $loaded;}