testing framework: replacing PERL5LIB in order to more conidently find libraries
authorAndrew Moore <andrew.moore@liblime.com>
Tue, 22 Apr 2008 13:38:16 +0000 (08:38 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Tue, 22 Apr 2008 13:40:43 +0000 (08:40 -0500)
commitd6f2a2ef9c8eb289908737fa4a58bde1d0b5d5eb
treec1a699b23395b01c2ee0cd8e4b303fa47f91e50a
parenta33e025a6117b72b73ba9c2fc14ba86674102c77
testing framework: replacing PERL5LIB in order to more conidently find libraries

This patch makes the test suite work even when $PERL5LIB isn't set to the install directory.
It replaces $PERL5LIB with '..' in order to help ensure that we're loading the C4 libraries
out of the installation directory.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
t/Makefile
t/database_dependent.pl
t/lib/KohaTest.pm