diff options
Diffstat (limited to 'bin/test-mailin')
-rwxr-xr-x | bin/test-mailin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test-mailin b/bin/test-mailin index 33f8ab80c..96e2022c0 100755 --- a/bin/test-mailin +++ b/bin/test-mailin @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w -I../../perllib +#!/usr/bin/perl -w -I../commonlib/perllib # # test-mailin: # Receives incoming mail for the test harness, and stores it in the database @@ -15,7 +15,7 @@ # Horrible boilerplate to set up appropriate library paths. use FindBin; use lib "$FindBin::Bin/../perllib"; -use lib "$FindBin::Bin/../../perllib"; +use lib "$FindBin::Bin/../commonlib/perllib"; chdir $FindBin::Bin; use File::Slurp; |