summaryrefslogtreecommitdiff
path: root/TAO/tests/NestedUpcall/Reactor/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/NestedUpcall/Reactor/run_test.pl')
-rwxr-xr-xTAO/tests/NestedUpcall/Reactor/run_test.pl22
1 files changed, 0 insertions, 22 deletions
diff --git a/TAO/tests/NestedUpcall/Reactor/run_test.pl b/TAO/tests/NestedUpcall/Reactor/run_test.pl
deleted file mode 100755
index 4dda2cc2e11..00000000000
--- a/TAO/tests/NestedUpcall/Reactor/run_test.pl
+++ /dev/null
@@ -1,22 +0,0 @@
-# $Id$
-# -*- perl -*-
-eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
- & eval 'exec perl -S $0 $argv:q'
- if 0;
-
-unshift @INC, '../../../../bin';
-require Process;
-require ACEutils;
-
-$SV = Process::Create ($EXEPREFIX."server".$Process::EXE_EXT,
- " -ORBobjrefstyle url");
-
-sleep ($ACE::sleeptime);
-
-$status = system ($EXEPREFIX."client".$Process::EXE_EXT.
- " -x ");
-
-$SV->Wait ();
-
-# @@ Capture any errors from the server too.
-exit $status;