Skip to content

Instantly share code, notes, and snippets.

@brunoV
Created March 12, 2010 00:17
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 brunoV/329882 to your computer and use it in GitHub Desktop.
Save brunoV/329882 to your computer and use it in GitHub Desktop.
brunov@lilita:~/lib/perl5i$ prove -l t/time_compat.t
t/time_compat.t .. 1/?
# Failed test 'localtime() honors TZ'
# at t/time_compat.t line 43.
# got: '18'
# expected: anything else
t/time_compat.t .. 3/? # Looks like you failed 1 test of 13.
t/time_compat.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/13 subtests
Test Summary Report
-------------------
t/time_compat.t (Wstat: 256 Tests: 13 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=1, Tests=13, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.37 cusr 0.02 csys = 0.42 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment