diff options
Diffstat (limited to 't/op/eval.t')
-rw-r--r-- | t/op/eval.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/eval.t b/t/op/eval.t index 20f459a9cc..9866ca7130 100644 --- a/t/op/eval.t +++ b/t/op/eval.t @@ -496,7 +496,7 @@ END_EVAL_TEST is($tombstone, "Done\n", 'Program completed successfully'); - $first =~ s/,pNOK//; + $first =~ s/p?[NI]OK,//g; s/ PV = 0x[0-9a-f]+/ PV = 0x/ foreach $first, $second; s/ LEN = [0-9]+/ LEN = / foreach $first, $second; # Dump may double newlines through pipes, though not files |