diff options
author | bala <balanatarajan@users.noreply.github.com> | 1999-03-16 21:40:44 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 1999-03-16 21:40:44 +0000 |
commit | 3690a0fd6ad0fd241e0ac389d77d9a3178980ecf (patch) | |
tree | bd74064985135efff4fd435911566384398edadc /TAO/tests/Param_Test/run_test.pl | |
parent | 1881590bb1413d5acda336bfbda732f1089c2909 (diff) | |
download | ATCD-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-x | TAO/tests/Param_Test/run_test.pl | 1 |
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"; |