summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-01-06 20:47:57 +0000
committerTorsten Veller <tove@gentoo.org>2010-01-06 20:47:57 +0000
commitd4dbf9c89b296b3563956fdb96a19b4d50b21b1c (patch)
tree28d77542984f4ff759381ab694b8dcc71350a5de /dev-perl/Crypt-Cracklib/files
parenttypo (diff)
downloadgentoo-2-d4dbf9c89b296b3563956fdb96a19b4d50b21b1c.tar.gz
gentoo-2-d4dbf9c89b296b3563956fdb96a19b4d50b21b1c.tar.bz2
gentoo-2-d4dbf9c89b296b3563956fdb96a19b4d50b21b1c.zip
Disable reversed test (#278196)
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Crypt-Cracklib/files')
-rw-r--r--dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch b/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch
new file mode 100644
index 000000000000..f8cde3865ad3
--- /dev/null
+++ b/dev-perl/Crypt-Cracklib/files/1.4-disable-reversed-test.patch
@@ -0,0 +1,17 @@
+--- 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');