test: test the installations with a space

This commit is contained in:
Amin Yahyaabadi 2022-05-11 16:56:12 -07:00
parent 41d161c37f
commit 51704ac849
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import spawn from "cross-spawn"
import { existsSync } from "fs" import { existsSync } from "fs"
export async function setupTmpDir(testName: string) { export async function setupTmpDir(testName: string) {
const tempDirectory = path.join(tmpdir(), "setup-cpp", testName) const tempDirectory = path.join(tmpdir(), "setup cpp temp", testName)
try { try {
await io.rmRF(tempDirectory) await io.rmRF(tempDirectory)
await io.mkdirP(tempDirectory) await io.mkdirP(tempDirectory)