aboutsummaryrefslogtreecommitdiffstats
path: root/checks
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--checks/ChangeLog5
-rwxr-xr-xchecks/defs.inc1
2 files changed, 6 insertions, 0 deletions
diff --git a/checks/ChangeLog b/checks/ChangeLog
index d5520589e..8e043bf71 100644
--- a/checks/ChangeLog
+++ b/checks/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 31 17:20:44 CEST 1999 Werner Koch <[email protected]>
+
+
+ * defs.inc: set LC_ALL empty
+
Wed Aug 4 10:34:18 CEST 1999 Werner Koch <[email protected]>
diff --git a/checks/defs.inc b/checks/defs.inc
index 058a23370..d5fdc8af7 100755
--- a/checks/defs.inc
+++ b/checks/defs.inc
@@ -28,6 +28,7 @@ exp_files=""
# The testscripts expect the original language
LANG=
LANGUAGE=
+LC_ALL=
#--------------------------------
#------ utility functions -------