summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-11-13 19:38:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-11-13 19:38:11 +0000
commite784b112568038d9c56fe93e0df6bd93155bd651 (patch)
tree08ebbfff622a6b50ac9330657345f89ddfde2c12 /ACE/bin/fuzz.pl
parent70493fefc80ac51e13135e976a69aa1b34ab9ad0 (diff)
downloadATCD-e784b112568038d9c56fe93e0df6bd93155bd651.tar.gz
Fri Nov 13 19:38:00 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/fuzz.pl: Sys::Hostname shouldn't be used in a test script, use HostName on the test target instead
Diffstat (limited to 'ACE/bin/fuzz.pl')
-rwxr-xr-xACE/bin/fuzz.pl4
1 files changed, 4 insertions, 0 deletions
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");
}