diff --git a/t/lib/WebGUI/Test.pm b/t/lib/WebGUI/Test.pm index e97f8e9b7..3ed762aa5 100644 --- a/t/lib/WebGUI/Test.pm +++ b/t/lib/WebGUI/Test.pm @@ -444,7 +444,7 @@ Returns the full path to the WebGUI lib directory, usually /data/WebGUI/lib. =cut -our $WEBGUI_LIB = File::Spec->catdir( $WEBGUI_TEST_ROOT, File::Spec->updir ); +our $WEBGUI_LIB = File::Spec->catdir( $WEBGUI_TEST_ROOT, File::Spec->updir, 'lib' ); sub lib { return our $WEBGUI_LIB;