summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/run_test.pl
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-03-16 21:40:44 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-03-16 21:40:44 +0000
commit3690a0fd6ad0fd241e0ac389d77d9a3178980ecf (patch)
treebd74064985135efff4fd435911566384398edadc /TAO/tests/Param_Test/run_test.pl
parent1881590bb1413d5acda336bfbda732f1089c2909 (diff)
downloadATCD-3690a0fd6ad0fd241e0ac389d77d9a3178980ecf.tar.gz
Made them Exception safe using the ACE_TRY macros instead of the
TAO_TRY macros
Diffstat (limited to 'TAO/tests/Param_Test/run_test.pl')
-rwxr-xr-xTAO/tests/Param_Test/run_test.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/run_test.pl b/TAO/tests/Param_Test/run_test.pl
index 3ff2eefa64c..4aaf42d658e 100755
--- a/TAO/tests/Param_Test/run_test.pl
+++ b/TAO/tests/Param_Test/run_test.pl
@@ -6,6 +6,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib "../../../bin";
require ACEutils;
+require Process;
$port = 0;
$iorfile = "server.ior";