# HG changeset patch # User Markus Rost # Date 1034658925 0 # Node ID 9553f9fe9ad3b6ed8d540a1f7df5d8498f15c39b # Parent 91409c5797662adadfe8b687fe3fbf130f9199ab (cus-test-libs): Use equal instead of =. diff -r 91409c579766 -r 9553f9fe9ad3 admin/cus-test.el --- 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))