summaryrefslogtreecommitdiff
path: root/CIAO/examples/Hello/descriptors/run_test.pl
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-12-09 07:15:58 +0000
committermsmit <msmit@remedy.nl>2009-12-09 07:15:58 +0000
commitb4c2bff5c05c553b64591e46b19810cbaa0cdc02 (patch)
tree59c4af1dfd6b9acdce8adcdac92087e62eefe70c /CIAO/examples/Hello/descriptors/run_test.pl
parentefca2baaf648d70ce162d2766154ec4b83c0147c (diff)
downloadATCD-b4c2bff5c05c553b64591e46b19810cbaa0cdc02.tar.gz
Wed Dec 9 07:17:32 UTC 2009 Marcel Smit <msmit@remedy.nl>
* examples/BasicSP/descriptors/run_test.pl: * examples/Hello/descriptors/run_test.pl: Resolved some fuzz errors/warnings.
Diffstat (limited to 'CIAO/examples/Hello/descriptors/run_test.pl')
-rwxr-xr-xCIAO/examples/Hello/descriptors/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/CIAO/examples/Hello/descriptors/run_test.pl b/CIAO/examples/Hello/descriptors/run_test.pl
index 89814151c14..e49c3874098 100755
--- a/CIAO/examples/Hello/descriptors/run_test.pl
+++ b/CIAO/examples/Hello/descriptors/run_test.pl
@@ -87,7 +87,7 @@ sub delete_ior_files {
sub kill_node_daemons {
for ($i = 0; $i < $daemons; ++$i) {
- @DEAMONS[$i]->Kill (); @DEAMONS[$i]->TimedWait (1);
+ $DEAMONS[$i]->Kill (); $DEAMONS[$i]->TimedWait (1);
}
}