summaryrefslogtreecommitdiff
path: root/performance-tests/Latency/DII/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'performance-tests/Latency/DII/run_test.pl')
-rwxr-xr-xperformance-tests/Latency/DII/run_test.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/performance-tests/Latency/DII/run_test.pl b/performance-tests/Latency/DII/run_test.pl
index af7dc20c0f4..8096a73c1b7 100755
--- a/performance-tests/Latency/DII/run_test.pl
+++ b/performance-tests/Latency/DII/run_test.pl
@@ -29,12 +29,12 @@ my $client_iorfile = $client->LocalFile ($iorbase);
$server->DeleteFile($iorbase);
$client->DeleteFile($iorbase);
-$SV = $server->CreateProcess ("server",
+$SV = $server->CreateProcess ("server",
"-ORBdebuglevel $debug_level " .
"-o $server_iorfile");
$CL = $client->CreateProcess ("client",
- "-i $iterations " .
+ "-i $iterations " .
"-k file://$client_iorfile");
$server_status = $SV->Spawn ();