runtime: implement environment variables for Linux

This commit is contained in:
Ayke van Laethem
2021-04-15 23:04:05 +02:00
committed by Ron Evans
parent 768a15c1dd
commit c47cdfa66f
5 changed files with 40 additions and 11 deletions
+1 -1
View File
@@ -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)