浏览代码

gcc: Run tests with LC_ALL=C instead of LANG=C.

* gcc-plugin/tests/run-test.in (compile-starpu-code): Set $LC_ALL
  instead of $LANG.
Ludovic Courtès 14 年之前
父节点
当前提交
451532f517
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gcc-plugin/tests/run-test.in

+ 1 - 1
gcc-plugin/tests/run-test.in

@@ -105,7 +105,7 @@ compiler status and the list of lines printed on stdout/stderr."
          (mode     (if compile?
          (mode     (if compile?
                        "compile"
                        "compile"
                        "link"))
                        "link"))
-         (command  (format #f "LANG=C ~a --mode=~a ~a ~{~a ~} \"~a\" ~{~a ~} 2>&1"
+         (command  (format #f "LC_ALL=C ~a --mode=~a ~a ~{~a ~} \"~a\" ~{~a ~} 2>&1"
                            %libtool mode cc cflags file ldflags))
                            %libtool mode cc cflags file ldflags))
          (pipe     (begin
          (pipe     (begin
                      (log "running `~a'" command)
                      (log "running `~a'" command)