Subject: | t/00-basic.t fails on some systems |
On some of my smoker systems (e.g. running on Ubuntu 16.04) I see the following test failure:
...
Failed test 'normal update'
# at t/00-basic.t line 44.
# Failed test at t/00-basic.t line 48.
# got: 'Johnson'
# expected: 'John'
$VAR1 = 10;
$VAR2 = {
'name' => 'Bob',
'id' => 10
};
$VAR1 = 8;
$VAR2 = {
'name' => 'John',
'id' => 8
};
# Looks like you failed 2 tests of 24.
t/00-basic.t ........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/24 subtests
...