mirror of https://github.com/aminya/setup-cpp
test: fix gcc test
This commit is contained in:
parent
ae4c6ebf2f
commit
dc5ab1bf50
|
@ -6,7 +6,7 @@ describe("setup-gcc", () => {
|
|||
it("should setup gcc", async () => {
|
||||
await setupGcc("", "", "")
|
||||
|
||||
const { status } = spawn("gcc", {
|
||||
const { status } = spawn("g++", ["--version"], {
|
||||
encoding: "utf8",
|
||||
})
|
||||
expect(status).toBe(0)
|
||||
|
|
Loading…
Reference in New Issue