Subject: | t/Dpkg_Substvars.t fails on some Debian systems |
I see the following failure on some of my Debian/jessie smokers (but not on all of them):
...
# Failed test 'missing variables warning'
# at t/Dpkg_Substvars.t line 116.
# got: 'Dpkg_Substvars.t: Warnung: test substitution variable ${blubb} used, but is not defined
# '
# expected: 'Dpkg_Substvars.t: warning: test substitution variable ${blubb} used, but is not defined
# '
# Failed test 'unused variables warnings'
# at t/Dpkg_Substvars.t line 136.
# got: 'Dpkg_Substvars.t: Warnung: test substitution variable ${var2} unused, but is defined
# '
# expected: 'Dpkg_Substvars.t: warning: test substitution variable ${var2} unused, but is defined
# '
# Looks like you failed 2 tests of 47.
t/Dpkg_Substvars.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/47 subtests
...