mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
Don’t add pkg twice for tests
This commit is contained in:
parent
ede2481150
commit
9fc841e1c5
|
@ -37,7 +37,7 @@ async function test(self: Installation) {
|
|||
// get linked when they're tested.
|
||||
await link(self)
|
||||
|
||||
const env = await useShellEnv({ installations: [self, ...installations] })
|
||||
const env = await useShellEnv({ installations })
|
||||
|
||||
let text = undent`
|
||||
#!/bin/bash
|
||||
|
|
Loading…
Reference in a new issue