mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
fix tests since v0.20 whoops
This commit is contained in:
parent
e0c0fddcb4
commit
e6717cad1f
|
@ -39,6 +39,8 @@ async function test(self: Installation) {
|
||||||
|
|
||||||
const env = await useShellEnv({ installations })
|
const env = await useShellEnv({ installations })
|
||||||
|
|
||||||
|
env['PATH'].push("$PATH")
|
||||||
|
|
||||||
let text = undent`
|
let text = undent`
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue