summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-13 18:06:53 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-13 18:06:53 +0000
commit3ca683d53c32a83994ac371cc71e890de33f14a1 (patch)
treede69d22c9ba98f8913b5d672ca8b9457336bf3ef /performance-tests
parentb726023e77e821f7865c29fc4cebf32920a71bd0 (diff)
downloadATCD-3ca683d53c32a83994ac371cc71e890de33f14a1.tar.gz
ChangeLogTag:Tue Mar 13 10:04:06 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'performance-tests')
-rwxr-xr-xperformance-tests/RPC/run_test.pl2
-rwxr-xr-xperformance-tests/TCP/run_test.pl2
-rwxr-xr-xperformance-tests/UDP/run_test.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/performance-tests/RPC/run_test.pl b/performance-tests/RPC/run_test.pl
index 408e201270f..305509dc83a 100755
--- a/performance-tests/RPC/run_test.pl
+++ b/performance-tests/RPC/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib '../bin';
+use lib '../../bin';
use PerlACE::Run_Test;
$SV = new PerlACE::Process ("server");
diff --git a/performance-tests/TCP/run_test.pl b/performance-tests/TCP/run_test.pl
index cd58c5ec2c7..34c4f416c39 100755
--- a/performance-tests/TCP/run_test.pl
+++ b/performance-tests/TCP/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib '../bin';
+use lib '../../bin';
use PerlACE::Run_Test;
$SV = new PerlACE::Process ("tcp_test", "-s");
diff --git a/performance-tests/UDP/run_test.pl b/performance-tests/UDP/run_test.pl
index b545b6e398f..638b8c18c99 100755
--- a/performance-tests/UDP/run_test.pl
+++ b/performance-tests/UDP/run_test.pl
@@ -5,7 +5,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
# $Id$
# -*- perl -*-
-use lib '../bin';
+use lib '../../bin';
use PerlACE::Run_Test;
$SV = new PerlACE::Process ("udp_test", "-r");