0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00

chore(core): fix flaky flock_test on windows (#19477)

This commit is contained in:
Matt Mastracci 2023-06-12 14:30:29 -06:00 committed by GitHub
parent e1be2bb80d
commit 45e15674b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
This file is used for file locking tests and should not be used for anything else.

View file

@ -108,7 +108,7 @@ async function checkFirstBlocksSecond(opts: {
}
function runFlockTestProcess(opts: { exclusive: boolean; sync: boolean }) {
const path = "cli/tests/testdata/assets/fixture.json";
const path = "cli/tests/testdata/assets/lock_target.txt";
const scriptText = `
const { rid } = Deno.openSync("${path}");