r5328: Auto commit for Debian build
[puri.git] / puri.asd
index 193f98db936a5ed6a78a171ec42b8645fa74c329..07253f201fd390a850a371dd677f7c02aa02f8d4 100644 (file)
--- a/puri.asd
+++ b/puri.asd
@@ -25,5 +25,6 @@
     ((:file "tests")))
 
 (defmethod perform ((o test-op) (c (eql (find-system 'puri-tests))))
-  (or (funcall (intern (symbol-name '#:do-tests) (find-package :rt)))
+  (or (funcall (intern (symbol-name '#:do-tests)
+                      (find-package :puri-tests)))
       (error "test-op failed")))