ref: d76f9943188cabe32d10fd78700a4f970378b61f
parent: e93d65d736a42f8317370b8e091cefafdc4a665b
author: ISSOtm <[email protected]>
date: Thu Oct 10 09:23:36 EDT 2019
Run tests under a specific locale Fixes #427
--- a/test/asm/test.sh
+++ b/test/asm/test.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+export LC_ALL=C
+
o=$(mktemp)
gb=$(mktemp)
before=$(mktemp)
--- a/test/link/test.sh
+++ b/test/link/test.sh
@@ -1,4 +1,6 @@
#!/bin/sh
+export LC_ALL=C
+
otemp=$(mktemp)
gbtemp=$(mktemp)
gbtemp2=$(mktemp)