Return the correct path for the WebGUI lib directory in WebGUI::Test. Should probably just use WebGUI::Path instead.
This commit is contained in:
parent
c8075d98cd
commit
9162bd68c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue