summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index ca75741..17d62d7 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -13,4 +13,4 @@ all: $(TESTS)
$(TESTS):
@echo "[$@]"
- @./run $@
+ @LANG=POSIX ./run $@