]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commit
Improve TAP regexps in t/30-skip.t
authorVincent Pit <perl@profvince.com>
Sun, 15 Nov 2015 18:41:46 +0000 (16:41 -0200)
committerVincent Pit <perl@profvince.com>
Sun, 15 Nov 2015 18:42:53 +0000 (16:42 -0200)
commitaa878ce1d2bcea2391756feff7a015a117083a57
tree3872b846da1f58d99f7d979e321f731a05cec8d4
parent4a52e05da21e9ca5e27ab7c79898fda44b74ec2c
Improve TAP regexps in t/30-skip.t

Before Test::Builder 0.87_01, "Skip" was the directive for skipped test.
Moreover, the literal dots were matching anything.

Spotted by Paul Howarth.
t/30-skip.t