diff options
Diffstat (limited to 'TAO/tests/RTCORBA')
-rwxr-xr-x | TAO/tests/RTCORBA/Banded_Connections/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl index c9c19e6a6a7..5bf065a4b6c 100755 --- a/TAO/tests/RTCORBA/Banded_Connections/run_test.pl +++ b/TAO/tests/RTCORBA/Banded_Connections/run_test.pl @@ -51,7 +51,7 @@ else { "-b bands.unix"; } -$SV = $server->CreateProcess ("server", $server_args . " -n $server_iorfile1 -o $server_iorfile1"), +$SV = $server->CreateProcess ("server", $server_args . " -n $server_iorfile1 -o $server_iorfile2"), $CL = $client->CreateProcess ("client", "-n file://$client_iorfile1 -o file://$client_iorfile2"); |