Subject: | Test suite fails if TMPDIR ne /tmp |
If TMPDIR is set to something else than /tmp, then the test suite fails:
...
# Failed test at t/bin/Prty/TempDir.t line 27.
# '/var/tmp/cpansmoker-1023/2019010612/Pf7VCXrIGO'
# doesn't match '(?^:^/tmp/)'
# Failed test at t/bin/Prty/TempDir.t line 28.
# '/var/tmp/cpansmoker-1023/2019010612/Pf7VCXrIGO'
# doesn't match '(?^:^/tmp/)'
# Looks like you failed 2 tests of 6.
t/bin/Prty/TempDir.t ............................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
# Failed test at t/bin/Prty/TempFile.t line 27.
# '/var/tmp/cpansmoker-1023/2019010612/whOD1UAWYv'
# doesn't match '(?^:^/tmp/)'
# Failed test at t/bin/Prty/TempFile.t line 28.
# '/var/tmp/cpansmoker-1023/2019010612/whOD1UAWYv'
# doesn't match '(?^:^/tmp/)'
# Looks like you failed 2 tests of 6.
t/bin/Prty/TempFile.t ...........................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests
...