Subject: | reverse dictionary test |
A patch to change the dictionary word in 01use.t to prevent failing
tests during compilations on newer cracklib libraries.
Subject: | crypt-cracklib-reverse.patch |
--- Crypt-Cracklib-1.4/t/01use.t.reverse 2008-02-23 16:01:10.000000000 -0600
+++ Crypt-Cracklib-1.4/t/01use.t 2010-07-17 14:52:40.310669407 -0500
@@ -28,7 +28,7 @@
like(fascist_check('dictionary'), qr/dictionary/, "dictionary");
# it is based on a (reversed) dictionary word
-like(fascist_check('1elppa'), qr/reversed/, "reversed dictionary");
+like(fascist_check('yranoitcid'), qr/reversed/, "reversed dictionary");
# Ok
ok(fascist_check('Sil1ntBob') eq 'ok');