summaryrefslogtreecommitdiff
path: root/performance-tests/UDP
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
commitba41e6d5a04a186838b413437927482180e5d81f (patch)
treede69d22c9ba98f8913b5d672ca8b9457336bf3ef /performance-tests/UDP
parentbbec6380c63693a019268175a3728849800ef802 (diff)
downloadATCD-ba41e6d5a04a186838b413437927482180e5d81f.tar.gz
ChangeLogTag:Tue Mar 13 10:04:06 2001 Carlos O'Ryan <coryan@uci.edu>
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 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");