Subject: | test t/03.path_with_tilde.t fails when $HOME=/ |
make test under user root failed because root had $HOME set to /.
Reproduce with
HOME=/ perl t/03.path_with_tilde.t
1..2
ok 1
not ok 2
# Failed test at t/03.path_with_tilde.t line 13.
# got: '~baz/foo/bar'
# expected: '/baz/foo/bar'
# Looks like you failed 1 test of 2.
Seen in Linux and Solaris.