Unit Tests
- Implemented proper Test::More skipping.
This commit is contained in:
@@ -84,8 +84,10 @@ like ($output, qr/Bert.+\d{1,2}\/\d{1,2}\/\d{4} Kermit the frog/ms, "$ut
|
|||||||
|
|
||||||
if ($^O =~ /cygwin/)
|
if ($^O =~ /cygwin/)
|
||||||
{
|
{
|
||||||
skip ("$ut: Denotate is case sensitive");
|
SKIP:
|
||||||
skip ("$ut: Kermit the frog still second annoation");
|
{
|
||||||
|
skip ("Skipping regex case-insensitive tests on Cygwin. Doesn't work.", 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user