From d652e874737fd831c90de8b6642bbdd39ab7f288 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 5 Apr 2022 00:40:34 -0700 Subject: fix binary size regression on linux --- integration/bunjs-only-snippets/response.file.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'integration/bunjs-only-snippets') 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( -- cgit v1.2.3