afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-08-30 03:08 pm

[dw-free] Many tests in t/ fail

[commit: http://hg.dwscoalition.org/dw-free/rev/976ee6d1f760]

http://bugs.dwscoalition.org/show_bug.cgi?id=1721

Fix usermoves.t

Patch by [personal profile] szabgab.

Files modified:
  • t/usermoves.t
--------------------------------------------------------------------------------
diff -r 497dabd42b7e -r 976ee6d1f760 t/usermoves.t
--- a/t/usermoves.t	Sun Aug 30 15:03:26 2009 +0000
+++ b/t/usermoves.t	Sun Aug 30 15:06:26 2009 +0000
@@ -3,6 +3,9 @@ use strict;
 use strict;
 use Test::More;
 use lib "$ENV{LJHOME}/cgi-bin";
+BEGIN {
+    $LJ::HOME = $ENV{LJHOME}; 
+}
 require 'ljlib.pl';
 use LJ::Event;
 use FindBin qw($Bin);
--------------------------------------------------------------------------------