changeset 47889:9553f9fe9ad3

(cus-test-libs): Use equal instead of =.
author Markus Rost <rost@math.uni-bielefeld.de>
date Tue, 15 Oct 2002 05:15:25 +0000
parents 91409c579766
children 9edb8961585d
files admin/cus-test.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/admin/cus-test.el	Tue Oct 15 01:10:03 2002 +0000
+++ b/admin/cus-test.el	Tue Oct 15 05:15:25 2002 +0000
@@ -109,6 +109,7 @@
 ;; (ada-xref error 255)
 ;; (ada-stmt error 255)
 
+
 ;;; Code:
 
 ;;; Workarounds.  For a smooth run and to avoid some side effects.
@@ -458,7 +459,7 @@
 	     (setq cmd (concat "src/emacs -batch -l " fn))
 	     (setq status (call-process shell-file-name nil nil nil
 					shell-command-switch cmd))
-	     (if (= status 0)
+	     (if (equal status 0)
 		 (message "%s" file)
 	       (error "%s" status))
 	     (push file cus-test-libs-loaded))