Subject: | t/01call.t fails if build dir is mounted with noatime |
On some of my linux smoker systems I see the following failure:
...
# Failed test 'Not Call atime_trigger'
# at t/01call.t line 36.
# got: '0'
# expected: '1'
# Looks like you failed 1 test of 25.
t/01call.t ......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/25 subtests
...
This seems to happen if the build directory was mounted with the noatime flag. Probably the test script should detect that this is the case and skip the atime check.