Skip to content

Commit

Permalink
Fix reference to memcached.spec.in in whitespace test.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustin committed Sep 1, 2009
1 parent a24b1b1 commit c6f2087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/whitespace.t
Expand Up @@ -5,7 +5,8 @@ our @files;

BEGIN {
chdir "$Bin/.." or die;
@files = grep {! /^config.h$/ } (glob("*.h"), glob("*.c"), glob("*.ac"), "memcached.spec");
@files = grep {! /^config.h$/ } (glob("*.h"), glob("*.c"), glob("*.ac"),
"memcached.spec.in");
}
use Test::More tests => scalar(@files);

Expand Down

0 comments on commit c6f2087

Please sign in to comment.