fix 'make check'

master
Trent Mick 2016-02-10 22:35:33 -08:00
parent 8bb8a746dc
commit a826919b99
1 changed files with 1 additions and 0 deletions

View File

@ -108,6 +108,7 @@ test('time: simple.log local long', function (t) {
{env: tzEnv}, function (err, stdout, stderr) {
t.ifError(err)
t.equal(stdout,
// JSSTYLED
'[2012-02-08T12:56:52.856-10:00] INFO: myservice/123 on example.com: '
+ 'My message\n');
t.end();