Subject: | t/musicexpo-cache.t may fail |
On some of my smoker systems I see the following failure:
# Failed test 'output is correct'
# at t/musicexpo-cache.t line 42.
# got: '<!DOCTYPE html>
# <title>Music</title>
# <meta charset="utf-8">
# <link rel="stylesheet" href="musicexpo.css">
# <script async defer type="application/javascript" src="player.js"></script>
#
# <div id="player"></div>
#
# <table border>
# <thead>
# <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type
# <tbody>
# <tr><td class="title"><a href="#silence-cellule" data-hash="#silence-cellule">Cellule</a><td class="artist">Silence<td class="album">L'autre endroit<td class="genre">Electro<td class="track">1/9<td class="year">2005<td class="formats"><a href="/music/empty4.aac">AAC</a>
# </table>
# '
# expected: '<!DOCTYPE html>
# <title>Music</title>
# <meta charset="utf-8">
# <link rel="stylesheet" href="musicexpo.css">
# <script async defer type="application/javascript" src="player.js"></script>
#
# <div id="player"></div>
#
# <table border>
# <thead>
# <tr><th>Title<th>Artist<th>Album<th>Genre<th>Track<th>Year<th>Type
# <tbody>
# <td class="album">L'autre endroit<td class="genre">Electro<td class="track">1/9<td class="year">2005<td class="formats"><a href="/music/empty4.aac">AAC</a>
# </table>
# '
# Looks like you failed 1 test of 3.
t/musicexpo-cache.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests