Skip to content

Instantly share code, notes, and snippets.

@colomon
Created April 27, 2015 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colomon/421717d4832bc36f5681 to your computer and use it in GitHub Desktop.
Save colomon/421717d4832bc36f5681 to your computer and use it in GitHub Desktop.
t/00_basic.t ..
1..5
ok 1 - tolerant is False in cwd
not ok 2 - insensitive ok
# Failed test 'insensitive ok'
# at t/00_basic.t line 11
# expected: 'False'
# got: 'True'
not ok 3 - sensitive ok
# Failed test 'sensitive ok'
# at t/00_basic.t line 12
# twice: 'False'
ok 4 - always-case-tolerant ok
ok 5 - default-case-tolerant ok
# Looks like you failed 2 tests of 5
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/5 subtests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment