diff tests/no-tabs.t @ 200:1dc051bcbe0c

Ignore tabs in Makefile - they are supposed to be present!
author Steve Kemp <steve@steve.org.uk>
date Mon, 14 Apr 2008 18:56:57 +0100
parents 00ed5b99ccb0
children
line wrap: on
line diff
--- a/tests/no-tabs.t	Mon Apr 14 18:55:35 2008 +0100
+++ b/tests/no-tabs.t	Mon Apr 14 18:56:57 2008 +0100
@@ -34,6 +34,9 @@
     # Nor about backup files.
     return if ( $file =~ /~$/ );
 
+    # or Makefiles
+    return if ( $file =~ /Makefile$/ );
+
     # Nor about files which start with ./debian/
     return if ( $file =~ /^\.\/debian\// );