summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl')
-rwxr-xr-xTAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
index 5bf3b72a8b6..a42a2a4ac86 100755
--- a/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
+++ b/TAO/performance-tests/Cubit/TAO/IDL_Cubit/run_test.pl
@@ -3,7 +3,6 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
if 0;
# $Id$
-# -*- perl -*-
# The first three lines above let this script run without specifying the
# full path to perl, as long as it is in the user's PATH.
@@ -87,10 +86,6 @@ for ($i = 0; $i <= $#ARGV; $i++)
}
}
-(-f $exepref."server".$Process::EXE_EXT &&
- -f $exepref."client".$Process::EXE_EXT) ||
- die "$0: server and/or client need to be built!\n";
-
$SV = Process::Create ($exepref."server".$Process::EXE_EXT,
$svflags.
$svnsflags);