Skip to content

Commit 51704ac

Browse files
committed
test: test the installations with a space
1 parent 41d161c commit 51704ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/tests/test-helpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import spawn from "cross-spawn"
77
import { existsSync } from "fs"
88

99
export async function setupTmpDir(testName: string) {
10-
const tempDirectory = path.join(tmpdir(), "setup-cpp", testName)
10+
const tempDirectory = path.join(tmpdir(), "setup cpp temp", testName)
1111
try {
1212
await io.rmRF(tempDirectory)
1313
await io.mkdirP(tempDirectory)

0 commit comments

Comments
 (0)