Subject: | t/Orbital/Transfer/PackageManager/APT.t fails on ubuntu systems |
The test suite fails on ubuntu systems (e.g. 16.04, 18.04, 20.04):
...
Running command dpkg-query --show dpkg
Running command dpkg --version
# Failed test 'correct version'
# at t/Orbital/Transfer/PackageManager/APT.t line 33.
# got: '1.18.4ubuntu1.6'
# expected: '1.18.4'
Running command apt-cache show dpkg
# Failed test at t/Orbital/Transfer/PackageManager/APT.t line 36.
# Looks like you failed 2 tests of 2.
# Failed test 'dpkg package'
# at t/Orbital/Transfer/PackageManager/APT.t line 37.
Running command dpkg-query --show not-a-real-package
Running command apt-cache show not-a-real-package
# Looks like you failed 1 test of 2.
t/Orbital/Transfer/PackageManager/APT.t ....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
...