diff options
Diffstat (limited to '')
-rw-r--r-- | integration/bunjs-only-snippets/response.file.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/bunjs-only-snippets/response.file.test.js b/integration/bunjs-only-snippets/response.file.test.js index a7c829d57..f05c875f0 100644 --- a/integration/bunjs-only-snippets/response.file.test.js +++ b/integration/bunjs-only-snippets/response.file.test.js @@ -69,7 +69,7 @@ it("Bun.file -> Bun.file", async () => { const file = path.join(import.meta.dir, "fetch.js.txt"); await gcTick(); const text = fs.readFileSync(file, "utf8"); - fs.writeFileSync("/tmp/fetch.js.in", text, { mode: 0644 }); + fs.writeFileSync("/tmp/fetch.js.in", text); await gcTick(); { const result = await Bun.write( |