Skip to content

Commit

Permalink
avoid locale issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 19, 2010
1 parent fbd5f02 commit 27c90e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Plack-Util/load.t
Expand Up @@ -43,7 +43,7 @@ use Test::More;

{
eval { Plack::Util::load_psgi("t/Plack-Util/nonexistent.psgi") };
like $@, qr/No such file/;
unlike $@, qr/Died/;
}

done_testing;

0 comments on commit 27c90e5

Please sign in to comment.