summaryrefslogtreecommitdiff
path: root/ACE/bin/fuzz.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-12-31 12:28:18 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-12-31 12:28:18 +0000
commit6a5ff7b75e2f9cc149f3590b492c640a71f39ee5 (patch)
tree0786cccac5057db2fcc0ac0a03e0ca4b0ed8ad5b /ACE/bin/fuzz.pl
parent6879d482bca1504131def702d109a862cdd2e5f0 (diff)
downloadATCD-6a5ff7b75e2f9cc149f3590b492c640a71f39ee5.tar.gz
Thu Dec 31 12:27:00 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/fuzz.pl: Fixed fuzz check for Spawn with Stop
Diffstat (limited to 'ACE/bin/fuzz.pl')
-rwxr-xr-xACE/bin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/bin/fuzz.pl b/ACE/bin/fuzz.pl
index ef8529e18f7..45595e05b13 100755
--- a/ACE/bin/fuzz.pl
+++ b/ACE/bin/fuzz.pl
@@ -1453,7 +1453,7 @@ sub check_for_bad_run_test ()
print_error ("$file:$.: using ACE_RUN_VX_TGTHOST, use TestTarget::HostName");
}
- if (m/Spawn(Wait(Kill)?)?\s*\(.+\->ProcessStop\)/) {
+ if (m/Spawn(Wait(Kill)?)?\s*\(.+\->ProcessStop.*\)/) {
print_error ("$file:$.: uses Stop together with Spawn");
}