Update domain name to kpe.io
[xlunit.git] / xlunit.asd
index 1e9d6c2e9ca9b9ce87a30d61c231c572ae333671..d79d9e9802f9a71c471ddf37e92da84c46013c2c 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Aug 2003
 ;;;;
-;;;; $Id: xlunit.asd,v 1.8 2003/08/08 00:57:20 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (defpackage #:xlunit-system (:use #:asdf #:cl))
@@ -41,7 +41,7 @@
    ))
 
 (defmethod perform ((o test-op) (c (eql (find-system 'xlunit))))
-  (operate 'load-op 'xlunit-tests :force t)
+  (operate 'load-op 'xlunit-tests)
   (operate 'test-op 'xlunit-tests :force t))
 
 (defsystem xlunit-tests