Subject: | failure in tilde.t when hyphen character is included in the build account |
I got a following error when i built the perl 5.10.0 sources and did
'make test' on Redhat Enterprise Linux AS 4(64bit).
# Failed test at ../lib/Module/Build/t/tilde.t line 91.
# got: '~s-murata/foo'
# expected: '/home/s-murata/foo'
# Looks like you failed 1 test of 15.
../lib/Module/Build/t/tilde......................................dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 15
Failed 1/15 tests, 93.33% okay
I built again after switching the user to 'foo', then succeeded.
Similarly,
unix account name | result
-------------------+--------
bar | OK
foo-bar | NG
I think this error will be occurred when hyphen character is included in
the build account.