diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-12-24 10:55:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2009-12-24 10:55:17 +0000 |
commit | 816fbbbf178e5fcbd2472ae393dbb69cd546d05c (patch) | |
tree | 5c1a890da60e32080379760f2e7ce0d73976223c /ACE/performance-tests/UDP | |
parent | 8f80553aece8fd6eae9e7fd141a22e6820cab2e2 (diff) | |
download | ATCD-816fbbbf178e5fcbd2472ae393dbb69cd546d05c.tar.gz |
Thu Dec 24 10:55:00 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* performance-tests/RPC/run_test.pl
* performance-tests/SCTP/run_spectrum.pl
* performance-tests/TCP/run_test.pl
* performance-tests/UDP/run_test.pl
Fuzz fixes
Diffstat (limited to 'ACE/performance-tests/UDP')
-rwxr-xr-x | ACE/performance-tests/UDP/run_test.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/performance-tests/UDP/run_test.pl b/ACE/performance-tests/UDP/run_test.pl index 638b8c18c99..214a3cd667e 100755 --- a/ACE/performance-tests/UDP/run_test.pl +++ b/ACE/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 "$ENV{ACE_ROOT}/bin"; use PerlACE::Run_Test; $SV = new PerlACE::Process ("udp_test", "-r"); |