File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 22* render-output-dir.test.ts
33*
44* Test for Windows file locking issue with --output-dir flag
5- * Regression test for: https://github.com/quarto-dev/quarto-cli/issues/XXXXX
5+ * Regression test for: https://github.com/quarto-dev/quarto-cli/issues/13625
66*
77* Copyright (C) 2020-2025 Posit Software, PBC
88*
99*/
10- import { dirname , join } from "../../../src/deno_ral/path.ts" ;
1110import { existsSync , safeRemoveSync } from "../../../src/deno_ral/fs.ts" ;
1211import { docs } from "../../utils.ts" ;
1312import { isWindows } from "../../../src/deno_ral/platform.ts" ;
@@ -22,7 +21,7 @@ if (isWindows) {
2221 testRender (
2322 "test.qmd" ,
2423 "html" ,
25- true ,
24+ false ,
2625 [ pathDoNotExists ( quartoDir ) ] ,
2726 {
2827 cwd : ( ) => inputDir ,
You can’t perform that action at this time.
0 commit comments