Skip to content

Commit

Permalink
make test work on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
rrharvey committed Jul 20, 2017
1 parent 3c77b07 commit cd907e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/binCases/config-name/not-found/test.js
@@ -1,8 +1,7 @@
"use strict";

module.exports = function testAssertions(code, stdout, stderr) {
code.should.be.exactly(255);

code.should.not.eql(0);
stdout.should.be.empty();
stderr[0].should.containEql("Configuration with name \'foo\' was not found.");
};
Expand Down

0 comments on commit cd907e6

Please sign in to comment.