Don’t add pkg twice for tests

This commit is contained in:
Max Howell 2022-12-12 08:23:05 -05:00
parent ede2481150
commit 9fc841e1c5
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -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