Skip to content

Commit ddb3bfe

Browse files
committed
test: make tests pass on linux
1 parent 2f68d2d commit ddb3bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/system/shellExecute.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ describe("shellExecute", () => {
1818
{ command: "nonexistentcommand", description: "test" },
1919
{ logger }
2020
);
21-
expect(error).toContain("command not found");
21+
expect(error).toContain("Command failed:");
2222
});
2323
});

0 commit comments

Comments
 (0)