Commit 5f125158 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use LANG set to C to prevent localized dates etc

parent 6f6cffdc
Loading
Loading
Loading
Loading
+4 −0
Changes for testcurl.sh: 4 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@
version=1
fixed=0

LANG="C"

export LANG

die(){
    echo "testcurl: ENDING HERE"
    exit 1