Skip to content

Commit cd907e6

Browse files
committed
make test work on all platforms
1 parent 3c77b07 commit cd907e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • test/binCases/config-name/not-found

test/binCases/config-name/not-found/test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"use strict";
22

33
module.exports = function testAssertions(code, stdout, stderr) {
4-
code.should.be.exactly(255);
5-
4+
code.should.not.eql(0);
65
stdout.should.be.empty();
76
stderr[0].should.containEql("Configuration with name \'foo\' was not found.");
87
};

0 commit comments

Comments
 (0)