Subject: | Tests fail (with newer Test-Mock-Cmd versions?) |
My smokers started to report the following failure:
...
Key is not system, exec, or qx at /tmpfs/.cpan-build-cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6.
BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6.
Compilation failed in require at t/git-open-util.t line 8.
BEGIN failed--compilation aborted at t/git-open-util.t line 8.
t/git-open-util.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Key is not system, exec, or qx at /tmpfs/.cpan-build-cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6.
BEGIN failed--compilation aborted at /tmpfs/.cpan-build-cpansand/2016122609/Git-Open-0.1.9-0/t/lib/TestSetup.pm line 6.
Compilation failed in require at t/git-open.t line 8.
BEGIN failed--compilation aborted at t/git-open.t line 8.
t/git-open.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
...
It seems that this is caused by a fix in Test::Mock::Cmd 0.7 (qr -> qx).