mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Implemented proper Test::More skipping.
This commit is contained in:
parent
db9b17bcb2
commit
44eae76188
1 changed files with 4 additions and 2 deletions
|
@ -84,8 +84,10 @@ like ($output, qr/Bert.+\d{1,2}\/\d{1,2}\/\d{4} Kermit the frog/ms, "$ut
|
|||
|
||||
if ($^O =~ /cygwin/)
|
||||
{
|
||||
skip ("$ut: Denotate is case sensitive");
|
||||
skip ("$ut: Kermit the frog still second annoation");
|
||||
SKIP:
|
||||
{
|
||||
skip ("Skipping regex case-insensitive tests on Cygwin. Doesn't work.", 2);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue