X-Git-Url: http://git.kpe.io/?p=xlunit.git;a=blobdiff_plain;f=xlunit.asd;h=d79d9e9802f9a71c471ddf37e92da84c46013c2c;hp=1e9d6c2e9ca9b9ce87a30d61c231c572ae333671;hb=HEAD;hpb=e2bf8174193c9acc013b8bbbc116b7e7acc86526 diff --git a/xlunit.asd b/xlunit.asd index 1e9d6c2..d79d9e9 100644 --- a/xlunit.asd +++ b/xlunit.asd @@ -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