Test->lib returns the correct path

This commit is contained in:
Colin Kuskie 2010-09-22 13:53:08 -07:00
parent 682cf97651
commit 741fc64d63

View file

@ -422,7 +422,7 @@ Returns the full path to the WebGUI lib directory, usually /data/WebGUI/lib.
=cut
my $webgui_lib = realpath( catdir( dirname( __FILE__ ), (updir) x 3 ) );
my $webgui_lib = realpath( catdir( dirname( __FILE__ ), (updir) x 1 ) );
sub lib {
return $webgui_lib;
}