summaryrefslogtreecommitdiffstats
path: root/t/004-system-wordlist-nocache.t
diff options
context:
space:
mode:
Diffstat (limited to 't/004-system-wordlist-nocache.t')
-rw-r--r--t/004-system-wordlist-nocache.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/004-system-wordlist-nocache.t b/t/004-system-wordlist-nocache.t
index 7396d51..39b7dd4 100644
--- a/t/004-system-wordlist-nocache.t
+++ b/t/004-system-wordlist-nocache.t
@@ -10,7 +10,7 @@ $word_file = '/usr/dict/words' if -r '/usr/dict/words';
$word_file = '/usr/share/dict/words' if -r '/usr/share/dict/words';
SKIP: {
- skip "Can't find a system word list", 2 if $word_file eq '';
+ skip "Can't find a system word list", 4 if $word_file eq '';
my $wl;
lives_ok { $wl = Games::Word::Wordlist->new($word_file, cache => 0) }