summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/XML_Persistence/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/XML_Persistence/run_test.pl')
-rwxr-xr-xTAO/orbsvcs/tests/Notify/XML_Persistence/run_test.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/XML_Persistence/run_test.pl b/TAO/orbsvcs/tests/Notify/XML_Persistence/run_test.pl
index 8140370ffd8..ef713ea6961 100755
--- a/TAO/orbsvcs/tests/Notify/XML_Persistence/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/XML_Persistence/run_test.pl
@@ -31,7 +31,7 @@ cleanup();
$ret = 0;
-$UTEST = new PerlACE::Process("main", "-orbobjrefstyle url -ORBEndpoint iiop://:$port -pass 3");
+$UTEST = new PerlACE::Process("main", "-ORBEndpoint iiop://:$port -pass 3");
$ret = $UTEST->SpawnWaitKill(20);
if ($ret != 0) {
print "ERROR : main returned $ret\n";
@@ -44,6 +44,7 @@ if ($different) {
exit 1;
} else {
print "Success : loadtest.xml == abc.xml\n";
+ cleanup();
}