Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoid uinitialized warning in test
  • Loading branch information
moritz committed Sep 27, 2015
1 parent 08d218e commit a2e3ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01-ConnectConfig-PG.t
Expand Up @@ -23,7 +23,7 @@ dies-ok
},
"False PGDATABASE dies ({$!//''})";

diag "Using PGDATABASE: %*ENV< PGDATABASE >";
diag "Using PGDATABASE: " ~ (%*ENV< PGDATABASE > // '(none)');

lives-ok
{
Expand Down

0 comments on commit a2e3ca9

Please sign in to comment.