Subject: | Fails tests |
Trying to install the module doesn't work on my debian system. Not sure what the problem is. Test failures:
/usr/bin/perl Build test
t/main....NOK 17
# Failed test (t/main.t at line 75)
# ''
# doesn't match '(?i-xsm:Permission denied)'
t/main....NOK 19
# Failed test (t/main.t at line 83)
# ''
# doesn't match '(?i-xsm:Could not write)'
t/main....ok 20/20# Looks like you failed 2 tests of 20.
t/main....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 17, 19
Failed 2/20 tests, 90.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/main.t 2 512 20 2 10.00% 17 19
Failed 1/1 test scripts, 0.00% okay. 2/20 subtests failed, 90.00% okay.
I dug a bit into the test case and here's the file structure of the ./t directory:
total 16
-rw-rw-r-- 1 500 500 3222 Mar 8 2005 main.t
-rw-rw-r-- 1 500 500 43 Mar 8 2005 test.conf
-rw-rw-r-- 1 500 500 135 Nov 10 11:38 test.ini
-rw------- 1 500 500 157 Nov 10 11:38 test_unwriteable.ini
Maybe it's b/c I'm running as root and can touch that file regardless?