From 91b984bfce503bf61eaa0af03b2d7fdb33b33682 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 30 Oct 2018 15:07:44 +0100 Subject: Fixed IOR file usage in test script * TAO/tests/POA/TIE/run_test.pl: --- TAO/tests/POA/TIE/run_test.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/TAO/tests/POA/TIE/run_test.pl b/TAO/tests/POA/TIE/run_test.pl index 533926a4430..a4bee9c2726 100755 --- a/TAO/tests/POA/TIE/run_test.pl +++ b/TAO/tests/POA/TIE/run_test.pl @@ -65,14 +65,14 @@ $SV = $server->CreateProcess ("server", "-ORBdebuglevel $debug_level " . "-f $server_iorfile6"); $CL1 = $client1->CreateProcess ("client", "-ORBdebuglevel $debug_level " . - "-a $client1_iorfile1 " . - "-b $client1_iorfile2 " . - "-c $client1_iorfile3 " . - "-d $client1_iorfile4"); + "-a file://$client1_iorfile1 " . + "-b file://$client1_iorfile2 " . + "-c file://$client1_iorfile3 " . + "-d file://$client1_iorfile4"); $CL2 = $client2->CreateProcess ("client", "-ORBdebuglevel $debug_level " . - "-e $client2_iorfile5 " . - "-f $client2_iorfile6"); + "-e file://$client2_iorfile5 " . + "-f file://$client2_iorfile6"); $server_status = $SV->Spawn (); -- cgit v1.2.1