diff options
author | Russ Allbery <rra@stanford.edu> | 2008-04-24 23:27:18 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-04-24 23:27:18 +0000 |
commit | def84e2eaa498296d4665fea90906d0232c80db8 (patch) | |
tree | faac51412ce280c1a454424bc8041fe932add63d /tests | |
parent | 967825f3d0d3a42a1b0687e556605d0b1e244419 (diff) |
Add abs_top_builddir to the search path instead of abs_top_srcdir to
get the newly built Perl modules.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/kasetkey/basic-t.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/kasetkey/basic-t.in b/tests/kasetkey/basic-t.in index 28d1de7..afc6747 100644 --- a/tests/kasetkey/basic-t.in +++ b/tests/kasetkey/basic-t.in @@ -19,7 +19,7 @@ BEGIN { our $total = 27 } use Test::More tests => $total; -use lib '@abs_top_srcdir@/perl/blib/lib'; +use lib '@abs_top_builddir@/perl/blib/lib'; use lib '@abs_top_srcdir@/perl/t/lib'; use Util; |