Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test which relied on exact match of error message on JVM.
JVM and moar error messages should probably be synced but both of the
  two outputs have their merits, and both satisfy requirements of RT#112988.
  • Loading branch information
skids committed Jul 24, 2015
1 parent 5c22c1f commit 8df768a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S19-command-line/arguments.t
Expand Up @@ -18,7 +18,7 @@ use Test::Util;
is_run( $x, :args[$file],
{
out => '',
err => { .chars < 256 && m/"Could not open $file"/ },
err => { .chars < 256 && m/"Could not open $file"|"Can not run directory $file"/ },
},
'concise error message when called script not found' );
}
Expand Down

0 comments on commit 8df768a

Please sign in to comment.