From e6717cad1fb37c2660e8a3f32633d3d8ee5559ae Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 30 Jan 2023 16:07:01 -0500 Subject: [PATCH] fix tests since v0.20 whoops --- scripts/test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/test.ts b/scripts/test.ts index a853023e..67034a1d 100755 --- a/scripts/test.ts +++ b/scripts/test.ts @@ -39,6 +39,8 @@ async function test(self: Installation) { const env = await useShellEnv({ installations }) + env['PATH'].push("$PATH") + let text = undent` #!/bin/bash