Skip to content

Commit

Permalink
Make sure we also expect STDOUT to give something
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Dec 23, 2017
1 parent 18557da commit ec0021b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/05-messages/02-errors.t
Expand Up @@ -118,6 +118,7 @@ is-run '(:::[])', :err(/"No such symbol ':<>'"/), :1exitcode,

# https://github.com/rakudo/rakudo/issues/1333
is-run 'use Test; cmp-ok 1, "!eqv", 2',
:out{.starts-with: 'not ok 1'},
:err{.contains: '!eqv' & 'pass it as a Callable' }, :1exitcode,
'cmp-ok with Str metaop comparator suggests a working alternative`';

Expand Down

0 comments on commit ec0021b

Please sign in to comment.