changeset 5764:7addb3dbe4b4

process-tests should work on all POSIX systems.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sun, 15 Sep 2013 23:50:20 +0900
parents 23dc211f4d2f
children e88d026f3917
files tests/ChangeLog tests/automated/process-tests.el
diffstat 2 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/ChangeLog	Sun Sep 15 23:50:20 2013 +0900
+++ b/tests/ChangeLog	Sun Sep 15 23:50:20 2013 +0900
@@ -1,3 +1,7 @@
+2013-09-10  Stephen J. Turnbull  <stephen@xemacs.org>
+
+	* automated/process-tests.el: Should work on all POSIX systems.
+
 2013-09-10  Stephen J. Turnbull  <stephen@xemacs.org>
 
 	* automated/face-tests.el: New file.  Start with fontconfig tests.
--- a/tests/automated/process-tests.el	Sun Sep 15 23:50:20 2013 +0900
+++ b/tests/automated/process-tests.el	Sun Sep 15 23:50:20 2013 +0900
@@ -1,7 +1,9 @@
-;; Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+;;; process-tests.el --- test process execution
+
+;; Copyright (C) 2011-2013 Free Software Foundation, Inc.
 
 ;; Author: Mats Lidell <matsl@xemacs.org>
-;; Maintainer: 
+;; Maintainer: XEmacs Dev Team <xemacs-beta@xemacs.org>
 ;; Created: 2011
 ;; Keywords: tests
 
@@ -29,7 +31,8 @@
 
 (require 'test-harness)
 
-(when (equal system-type 'linux)
+;; Should work on all POSIX systems.
+(unless (member system-type '(windows-nt))
   (setenv "LANG" "C")
   
   ;; One line output