+2002-10-15 Markus Rost <rost@math.ohio-state.edu>
+
+ * cus-test.el (cus-test-libs): Use equal instead of =.
+
2002-10-14 Markus Rost <rost@math.ohio-state.edu>
* cus-test.el (cus-test-opts): Call cus-test-load-libs.
;; (ada-xref error 255)
;; (ada-stmt error 255)
+\f
;;; Code:
;;; Workarounds. For a smooth run and to avoid some side effects.
(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))