mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Merge pull request #439 from ISSOtm/tests_locale
Run tests under a specific locale
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
o=$(mktemp)
|
o=$(mktemp)
|
||||||
gb=$(mktemp)
|
gb=$(mktemp)
|
||||||
before=$(mktemp)
|
before=$(mktemp)
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
otemp=$(mktemp)
|
otemp=$(mktemp)
|
||||||
gbtemp=$(mktemp)
|
gbtemp=$(mktemp)
|
||||||
gbtemp2=$(mktemp)
|
gbtemp2=$(mktemp)
|
||||||
|
|||||||
Reference in New Issue
Block a user