fix: expand linux service PATH handling
This commit is contained in:
@@ -130,3 +130,7 @@ export function installTestEnv(): { cleanup: () => void; tempHome: string } {
|
||||
|
||||
return { cleanup, tempHome };
|
||||
}
|
||||
|
||||
export function withIsolatedTestHome(): { cleanup: () => void; tempHome: string } {
|
||||
return installTestEnv();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user