summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl b/TAO/orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl
index 0d12b9bfaab..98c646f0a6c 100755
--- a/TAO/orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Bug_2561_Regression/run_test.pl
@@ -23,7 +23,11 @@ my $sup = PerlACE::TestTarget::create_target (3) || die "Create target 3 failed\
my $con1 = PerlACE::TestTarget::create_target (4) || die "Create target 4 failed\n";
my $con2 = PerlACE::TestTarget::create_target (4) || die "Create target 4 failed\n";
-PerlACE::add_lib_path ('../lib');
+$ns->AddLibPath ('../lib');
+$nfs->AddLibPath ('../lib');
+$sup->AddLibPath ('../lib');
+$con1->AddLibPath ('../lib');
+$con2->AddLibPath ('../lib');
PerlACE::check_privilege_group();