summaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-09-06 09:20:04 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-09-06 09:20:04 +0000
commit3201f0f38d25b73258575f6e2e651b7049432e1f (patch)
treea827508877b96dcf3cd952e5d569571ea7f9f9b3 /test/Makefile
parentbe57f6248ee08bd3f49b5e44ad34989566400f0a (diff)
downloadquilt-3201f0f38d25b73258575f6e2e651b7049432e1f.tar.gz
- Fix test/perms.test for LANG=POSIX (from John Vandenberg
<jayvdb@gmail.com>), and always run the test cases with LANG set to POSIX.
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 $@