You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.p...

18 lines
505 B

--- Crypt-Cracklib-1.4/t/01use.t
+++ Crypt-Cracklib-1.4/t/01use.t
@@ -1,4 +1,4 @@
-use Test::More tests => 19;
+use Test::More tests => 18;
BEGIN { use_ok( 'Crypt::Cracklib' ); }
@@ -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('1elppa'), qr/reversed/, "reversed dictionary");
# Ok
ok(fascist_check('Sil1ntBob') eq 'ok');