summaryrefslogtreecommitdiff
path: root/t/whitespace.t
diff options
context:
space:
mode:
Diffstat (limited to 't/whitespace.t')
-rwxr-xr-xt/whitespace.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/whitespace.t b/t/whitespace.t
index f6c0ef6..fb81e4e 100755
--- a/t/whitespace.t
+++ b/t/whitespace.t
@@ -5,7 +5,7 @@ our @files;
BEGIN {
chdir "$Bin/.." or die;
- @files = grep {! /^config.h$/ } (glob("*.h"), glob("*.c"), glob("*.ac"));
+ @files = grep {! /^config.h$/ } (glob("*.h"), glob("*.c"), glob("*.ac"), "memcached.spec");
}
use Test::More tests => scalar(@files);