From: James Valleroy <jvalleroy@mailbox.org>
Date: Mon, 11 Dec 2023 10:39:45 -0500
Subject: Specify locale when running tests

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 357d411..5041437 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ test: translate
 	@echo "PHPUNIT"
 	@echo "-------"
 	@mkdir -p sandbox
-	@phpunit --no-coverage --bootstrap tests/bootstrap.php --testsuite unit-tests
+	@LC_ALL="en_US.UTF-8" phpunit --no-coverage --bootstrap tests/bootstrap.php --testsuite unit-tests
 
 locale_test_%:
 	@UT_LOCALE=$*.utf8 \
