Run tests under a specific locale

Fixes #427
This commit is contained in:
ISSOtm
2019-10-10 13:23:36 +02:00
parent e93d65d736
commit d76f994318
2 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
#!/bin/sh
export LC_ALL=C
o=$(mktemp)
gb=$(mktemp)
before=$(mktemp)

View File

@@ -1,4 +1,6 @@
#!/bin/sh
export LC_ALL=C
otemp=$(mktemp)
gbtemp=$(mktemp)
gbtemp2=$(mktemp)