summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-10-12 08:35:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-10-12 08:35:03 +0000
commit6eba525acef84848221cde103634bee141e484e2 (patch)
tree55d812b519ff8a8215d69adc7f60a6d43f3f878f /bin
parent1e285a638b44a9d913dd3aa80e510d42fd8c9317 (diff)
downloadATCD-6eba525acef84848221cde103634bee141e484e2.tar.gz
ChangeLogTag: Wed Oct 12 08:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fuzz.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fuzz.pl b/bin/fuzz.pl
index ed0187fe140..b05f09d9fd6 100755
--- a/bin/fuzz.pl
+++ b/bin/fuzz.pl
@@ -1373,7 +1373,7 @@ check_for_mismatched_filename () if ($opt_l >= 2);
check_for_bad_run_test () if ($opt_l >= 6);
check_for_absolute_ace_wrappers () if ($opt_l >= 3);
check_for_bad_ace_trace () if ($opt_l >= 4);
-check_for_missing_rir_env () if ($opt_l >= 5);
+check_for_missing_rir_env () if ($opt_l >= 6);
check_for_ace_check () if ($opt_l >= 6);
check_for_changelog_errors () if ($opt_l >= 4);
check_for_ptr_arith_t () if ($opt_l >= 4);