From e784b112568038d9c56fe93e0df6bd93155bd651 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 13 Nov 2009 19:38:11 +0000 Subject: Fri Nov 13 19:38:00 UTC 2009 Johnny Willemsen * bin/fuzz.pl: Sys::Hostname shouldn't be used in a test script, use HostName on the test target instead --- ACE/bin/fuzz.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ACE/bin/fuzz.pl') diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl index 8ddb174ea01..b467beb2da9 100755 --- a/ACE/bin/fuzz.pl +++ b/ACE/bin/fuzz.pl @@ -1410,6 +1410,10 @@ sub check_for_bad_run_test () print_error ("$file:$.: using \$EXE_EXT"); } + if (m/Sys::Hostname/) { + print_error ("$file:$.: using Sys::Hostname"); + } + if (m/\$PerlACE::wait_interval_for_process_creation/) { print_error ("$file:$.: using \$PerlACE::wait_interval_for_process_creation"); } -- cgit v1.2.1