remove use of FindBin in tests

This commit is contained in:
Graham Knop 2010-09-01 14:05:31 -05:00
parent 83c2629ab7
commit a95ef168cc
345 changed files with 0 additions and 692 deletions

View file

@ -18,9 +18,7 @@
# so 100 will test all items, 75 will
# test 75% or 3 out of four items
use FindBin;
use strict;
use lib "$FindBin::Bin/lib";
use lib '/data/WebGUI/t/lib';
use WebGUI::Test;