Skip to content

Commit

Permalink
Remove FIXME, no longer needed.
Browse files Browse the repository at this point in the history
Fixes #1080
  • Loading branch information
pauamma committed Mar 9, 2015
1 parent f691fc6 commit 6e25c6a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/aliases.t
Expand Up @@ -19,9 +19,7 @@ use warnings;
use Test::More tests => 6;

use lib "$ENV{LJHOME}/cgi-bin";
# FIXME: use $LJ::_T_CONFIG = 1 when test config unbroken on dreamhacks
# BEGIN { $LJ::_T_CONFIG = 1; require 'ljlib.pl'; }
BEGIN { $LJ::_T_CONFIG = 0; require 'ljlib.pl'; }
BEGIN { $LJ::_T_CONFIG = 1; require 'ljlib.pl'; }
use LJ::Test qw( temp_user );

# Usernames generated by temp_user conveniently have an embedded _.
Expand Down

0 comments on commit 6e25c6a

Please sign in to comment.