Skip to content

Commit

Permalink
change the path a little later
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 7, 2015
1 parent 8d64f62 commit 01659dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/mojo/daemon.t
Expand Up @@ -79,9 +79,9 @@ is_deeply $app->config, {foo => 'bar', baz => 'yada', test => 23},
'right value';

# Script name
my $path = rel2abs "$FindBin::Bin/lib/../lib/myapp.pl";
my $path = "$FindBin::Bin/lib/../lib/myapp.pl";
is(Mojo::Server::Daemon->new->load_app($path)->config('script'),
$path, 'right script name');
rel2abs($path), 'right script name');

# Load broken app
eval {
Expand Down

0 comments on commit 01659dd

Please sign in to comment.