diff --git a/modules/t/housekeeping_apache2.t b/modules/t/housekeeping_apache2.t
index 4f527e731be54d7727caad5facdd31ae8dbb6205..ff4cf1df361e05afe1eabc4482de5b7c91f05bed 100644
--- a/modules/t/housekeeping_apache2.t
+++ b/modules/t/housekeeping_apache2.t
@@ -47,7 +47,7 @@ foreach my $f (@source_files) {
     next if $f =~ /\/blib\//;
     next if $f =~ /\/HALXS\.c$/;
     next if $f =~ /\.conf\b/;
-    next if $f =~ /\CLEAN\b/;
+    next if $f =~ /\/CLEAN\b/;
     next if $f =~ /\.(tmpl|hash|nw|ctl|txt|html|textile)$/;
     has_apache2_licence($f);
 }