summaryrefslogtreecommitdiff
path: root/TAO/tests/Reliable_Oneways/run_sync_with_server.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Reliable_Oneways/run_sync_with_server.pl')
-rwxr-xr-xTAO/tests/Reliable_Oneways/run_sync_with_server.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/Reliable_Oneways/run_sync_with_server.pl b/TAO/tests/Reliable_Oneways/run_sync_with_server.pl
index 0376ba94e59..8b1e7d2dff4 100755
--- a/TAO/tests/Reliable_Oneways/run_sync_with_server.pl
+++ b/TAO/tests/Reliable_Oneways/run_sync_with_server.pl
@@ -10,6 +10,7 @@ use PerlACE::Run_Test;
$iorfile = PerlACE::LocalFile ("server.ior");
unlink $iorfile;
+$status = 0;
$SV = new PerlACE::Process ("server", "-o $iorfile");
$CL = new PerlACE::Process ("client", " -k file://$iorfile -s");