From 74a52ee75fdae1013fb5e3dbd0c54bdd08d6c49c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 2 Nov 2009 13:17:12 -0800 Subject: [PATCH] Set LANG to control sorting. This affects the order in which tests are processed, and thus the run.out output. The default LANG on Fedora 10, en_US.utf8, causes the tests to be sorted differently--e.g., arrayindex1.go and arrayindex.go are sorted in the opposite order. R=r, rsc http://go/go-review/1018022 --- test/run | 1 + 1 file changed, 1 insertion(+) diff --git a/test/run b/test/run index 164636a3a0..37981d067b 100755 --- a/test/run +++ b/test/run @@ -28,6 +28,7 @@ esac export G=${A}g export L=${A}l export GOTRACEBACK=0 +export LANG=C failed=0 -- 2.50.0