fix test collateral
This commit is contained in:
parent
39adb44007
commit
2162ecba8c
2 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ use WebGUI::Paths -inc;
|
|||
|
||||
our $WEBGUI_TEST_ROOT = File::Spec->catdir(
|
||||
File::Spec->catpath((File::Spec->splitpath(__FILE__))[0,1], ''),
|
||||
(File::Spec->updir) x 2, 'supporting_collateral'
|
||||
(File::Spec->updir) x 2
|
||||
);
|
||||
our $WEBGUI_TEST_COLLATERAL = File::Spec->catdir(
|
||||
$WEBGUI_TEST_ROOT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue