summaryrefslogtreecommitdiff
path: root/CIAO/tests/Thread
diff options
context:
space:
mode:
authormhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-10-28 15:22:39 +0000
committermhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2010-10-28 15:22:39 +0000
commit668961b1d8e1e81d255fa7d4b26ea5077a412903 (patch)
tree0e97960c887d389815905aa5e57f1006e219400a /CIAO/tests/Thread
parent596dd882960ad151a475fea9533a3b6dc4091a33 (diff)
downloadATCD-668961b1d8e1e81d255fa7d4b26ea5077a412903.tar.gz
remove trailing space
Diffstat (limited to 'CIAO/tests/Thread')
-rwxr-xr-xCIAO/tests/Thread/descriptors/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/tests/Thread/descriptors/run_test.pl b/CIAO/tests/Thread/descriptors/run_test.pl
index 59804ea5a62..b1038cc8f5b 100755
--- a/CIAO/tests/Thread/descriptors/run_test.pl
+++ b/CIAO/tests/Thread/descriptors/run_test.pl
@@ -117,7 +117,7 @@ sub run_node_daemons {
$node_app = $tg_daemons[$i]->GetArchDir("$DANCE_ROOT/bin/") . "dance_locality_manager";
$d_cmd = "$DANCE_ROOT/bin/dance_node_manager";
- $d_param = "-ORBEndpoint $iiop -s $node_app -n $nodename=$iorfile -t 30 --domain-nc corbaloc:rir:/NameService";
+ $d_param = "-ORBEndpoint $iiop -s $node_app -n $nodename=$iorfile -t 30 --domain-nc corbaloc:rir:/NameService";
print "Run dance_node_manager with $d_param\n";
$DEAMONS[$i] = $tg_daemons[$i]->CreateProcess ($d_cmd, $d_param);