summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Request_Muxing/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Big_Request_Muxing/run_test.pl')
-rwxr-xr-xTAO/tests/Big_Request_Muxing/run_test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/Big_Request_Muxing/run_test.pl b/TAO/tests/Big_Request_Muxing/run_test.pl
index 8c7fea7d379..9e28cb80d31 100755
--- a/TAO/tests/Big_Request_Muxing/run_test.pl
+++ b/TAO/tests/Big_Request_Muxing/run_test.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");
$CL1 = new PerlACE::Process ("client", " -k file://$iorfile");