mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-02-10 17:39:15 +00:00
another test fix for macos
This commit is contained in:
parent
b95dbd6bfa
commit
04fc464a52
@ -40,7 +40,8 @@ describe('Shell command', function() {
|
||||
shellCommand.run({cmd: 'echo1 "Hello world"'}, function(err) {
|
||||
expect(err).ok();
|
||||
expect(err).an(Error);
|
||||
expect(err.message).contain('echo1: not found');
|
||||
expect(err.message).contain('echo1:');
|
||||
expect(err.message).contain('not found');
|
||||
expect(std.err).equal('');
|
||||
expect(std.out).equal('');
|
||||
done();
|
||||
|
Loading…
Reference in New Issue
Block a user