summaryrefslogtreecommitdiff
path: root/performance-tests/UDP
diff options
context:
space:
mode:
authorbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-05 03:53:51 +0000
committerbrunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-05 03:53:51 +0000
commit417b37ce2256bd4effacf4870f5fd3ab146e07f8 (patch)
treeef58c8ba9258ee74ae026d64639b5ac03e5007d5 /performance-tests/UDP
parent0fcce07e4f29713c110202e2b02f3aeb9e06dbda (diff)
downloadATCD-417b37ce2256bd4effacf4870f5fd3ab146e07f8.tar.gz
Too many ../'s in the use lib lines
Diffstat (limited to 'performance-tests/UDP')
-rwxr-xr-xperformance-tests/UDP/run_test.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/UDP/run_test.pl b/performance-tests/UDP/run_test.pl
index 638b8c18c99..b545b6e398f 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");