diff options
Diffstat (limited to 'test/cli/bun.test.ts')
-rw-r--r-- | test/cli/bun.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cli/bun.test.ts b/test/cli/bun.test.ts index b8dd258b8..6deedcec8 100644 --- a/test/cli/bun.test.ts +++ b/test/cli/bun.test.ts @@ -68,7 +68,7 @@ describe("bun", () => { fs.writeFileSync(path, "[debug]"); const p = Bun.spawnSync({ - cmd: [bunExe(), "--config", path], + cmd: [bunExe(), "--config=" + path], env: {}, stderr: "inherit", }); |