diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-11-28 11:37:01 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-29 04:19:40 +0000 |
commit | 15a59b2d28abd144de5a2003aa7accfc1140a21d (patch) | |
tree | 9cb720ee747704339893ad4fb51c1bfdbccd978c /t/run | |
parent | 20274adc9786e3b748147761b5bf0b5132a6016e (diff) | |
download | perl-15a59b2d28abd144de5a2003aa7accfc1140a21d.tar.gz |
(was Re: [ID 20011128.159] Segmentation faulton bad regexp)
Message-ID: <20011128163701.H676@blackrider>
p4raw-id: //depot/perl@13353
Diffstat (limited to 't/run')
-rw-r--r-- | t/run/kill_perl.t | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t index 306a7432a3..6345a793a4 100644 --- a/t/run/kill_perl.t +++ b/t/run/kill_perl.t @@ -815,3 +815,7 @@ $foo = \-f "blah"; print "ok" if ref $foo && !$$foo; EXPECT ok +######## [ID 20011128.159] 'X' =~ /\X/ segfault in 5.6.1 +print "ok" if 'X' =~ /\X/; +EXPECT +ok |