fix 'make check'

This commit is contained in:
Trent Mick 2016-02-10 22:35:33 -08:00
parent 8bb8a746dc
commit a826919b99

View file

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