summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-19 23:58:42 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-19 23:58:42 +0000
commitd433d74021152f4c3ad17aa5622ef27bd7391c5d (patch)
tree8fa695b7801a3b58d86a412d8a5b65eaa3c1965f
parentc2391d7c70b73866c075c7e47d68a38a14c466c6 (diff)
downloadATCD-d433d74021152f4c3ad17aa5622ef27bd7391c5d.tar.gz
Fixed typos
-rwxr-xr-xTAO/tests/MT_Server/run_test.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/MT_Server/run_test.pl b/TAO/tests/MT_Server/run_test.pl
index 3bf7bfb0c8a..3bccf3068ba 100755
--- a/TAO/tests/MT_Server/run_test.pl
+++ b/TAO/tests/MT_Server/run_test.pl
@@ -23,13 +23,13 @@ if (ACE::waitforfile_timed ($iorfile, 5) == -1) {
}
$CL1 = Process::Create ($EXEPREFIX."$client_process$EXE_EXT ",
- . " -k file://$iorfile"
+ " -k file://$iorfile"
. " -i 100");
$CL2 = Process::Create ($EXEPREFIX."$client_process$EXE_EXT ",
- . " -k file://$iorfile"
+ " -k file://$iorfile"
. " -i 100");
$CL3 = Process::Create ($EXEPREFIX."$client_process$EXE_EXT ",
- . " -k file://$iorfile"
+ " -k file://$iorfile"
. " -i 100");
$client1 = $CL1->TimedWait (60);