diff --git a/scripts/test.ts b/scripts/test.ts index 66dc2f8f..a853023e 100755 --- a/scripts/test.ts +++ b/scripts/test.ts @@ -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