Skip to content

Commit

Permalink
test: spawn failed or command failed
Browse files Browse the repository at this point in the history
  • Loading branch information
arlac77 committed May 8, 2019
1 parent 7271d51 commit 8bca96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pacman-test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ test("makepkg simple", async t => {

//console.log(error);

t.regex(error.message, /Command failed/);
t.regex(error.message, /Command failed|ENOENT/);
});

0 comments on commit 8bca96a

Please sign in to comment.