aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-22 09:46:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-22 09:46:33 +0000
commit5f1251586b7b0d9b01d7d06ae20e4c34f0c23b5e (patch)
tree6cfdc239d7f10b9f339c411f7b8c8f8e88fae07b
parent6f6cffdc325bfea46a809d8936a172967df8b1ea (diff)
use LANG set to C to prevent localized dates etc
-rwxr-xr-xtestcurl.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/testcurl.sh b/testcurl.sh
index ee532d4ab..79d2028f3 100755
--- a/testcurl.sh
+++ b/testcurl.sh
@@ -17,6 +17,10 @@
version=1
fixed=0
+LANG="C"
+
+export LANG
+
die(){
echo "testcurl: ENDING HERE"
exit 1