From c47cdfa66fe38cfad268615e093969bb136bae07 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Thu, 15 Apr 2021 23:04:05 +0200 Subject: runtime: implement environment variables for Linux --- main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main_test.go') diff --git a/main_test.go b/main_test.go index 69fe99e67..c9b02ba8c 100644 --- a/main_test.go +++ b/main_test.go @@ -163,7 +163,7 @@ func runPlatTests(target string, tests []string, t *testing.T) { runTest(name, target, t, nil) }) } - if target == "wasi" || target == "" && runtime.GOOS == "darwin" { + if target == "wasi" || target == "" { t.Run("filesystem.go", func(t *testing.T) { t.Parallel() runTest("filesystem.go", target, t, nil) -- cgit v1.2.3