ref: c568b3a97656be4e2287d93d6d77f71893033f05
parent: 9c818ef3e15686fa98a8f13516aa2d66a20584e4
parent: d76f9943188cabe32d10fd78700a4f970378b61f
author: Eldred Habert <[email protected]>
date: Sun Nov 3 11:30:38 EST 2019
Merge pull request #439 from ISSOtm/tests_locale Run tests under a specific locale
--- 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)