Fix typo in test.t
This commit is contained in:
parent
40dc29d573
commit
d39857852c
2
t/test.t
2
t/test.t
|
@ -33,7 +33,7 @@ $encrypted_rgx =~ s@(\{|\})@\\$1@g;
|
|||
BEGIN {
|
||||
use lib 'lib';
|
||||
$m = Mojolicious->new;
|
||||
$cfile = Mojo::File->new($Bin, '..', 'lutim.conf');
|
||||
$cfile = Mojo::File->new($Bin, '..', 'lufi.conf');
|
||||
if (defined $ENV{MOJO_CONFIG}) {
|
||||
$cfile = Mojo::File->new($ENV{MOJO_CONFIG});
|
||||
unless (-e $cfile->to_abs) {
|
||||
|
|
Loading…
Reference in New Issue