Don't hardcode the library.

This commit is contained in:
Colin Kuskie 2010-08-25 13:28:24 -07:00
parent 00ef223d86
commit 3f0a229f17

View file

@ -20,8 +20,7 @@
use FindBin;
use strict;
use lib "$FindBin::Bin/lib";
use lib '/data/WebGUI/t/lib';
use lib "$FindBin::Bin/../lib";
use WebGUI::Test;
use WebGUI::Session;