mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +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 })
|
||||
|
||||
env['PATH'].push("$PATH")
|
||||
|
||||
let text = undent`
|
||||
#!/bin/bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue