Skip to content

Commit b68a80f

Browse files
committed
fix the test
1 parent b1a6962 commit b68a80f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/smoke/render/render-output-dir.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
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";
1110
import { existsSync, safeRemoveSync } from "../../../src/deno_ral/fs.ts";
1211
import { docs } from "../../utils.ts";
1312
import { 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,

0 commit comments

Comments
 (0)