summaryrefslogtreecommitdiff
path: root/t/op/eval.t
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>2011-08-14 07:57:06 -0700
committerChip Salzenberg <chip@pobox.com>2011-09-28 12:35:15 -0700
commit9e2dfd4eacd4fc62b9d83ad74afb0a68a9f0f562 (patch)
tree4a7c0b1a4e49188738b2c72623420beda7e839bc /t/op/eval.t
parent450a7a1bbac26c29f4d17e66c5c3387e73388838 (diff)
downloadperl-9e2dfd4eacd4fc62b9d83ad74afb0a68a9f0f562.tar.gz
Fix SV flags for magic values, v2chip/magicflags2
Diffstat (limited to 't/op/eval.t')
-rw-r--r--t/op/eval.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/eval.t b/t/op/eval.t
index 49a1ccab41..328dcadd3b 100644
--- a/t/op/eval.t
+++ b/t/op/eval.t
@@ -491,7 +491,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