X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=blobdiff_plain;f=base64.asd;h=a26db954e1e5eba5d8d4ad1965616751e3ed0e69;hp=cc48ee541657e492a626e64502d4fa2a70c1edaa;hb=90fa8d68b0f3ab59ccba908ca084e4959e0a2cc7;hpb=08659c1ec51f0110941927ac458a461dabe7339c diff --git a/base64.asd b/base64.asd index cc48ee5..a26db95 100644 --- a/base64.asd +++ b/base64.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Dec 2002 ;;;; -;;;; $Id: base64.asd,v 1.14 2003/04/15 16:03:54 kevin Exp $ +;;;; $Id: base64.asd,v 1.16 2003/04/15 16:08:21 kevin Exp $ ;;;; ************************************************************************* (in-package :asdf) @@ -39,5 +39,5 @@ )) (defmethod perform ((o test-op) (c (eql (find-system :base64)))) - (or (base64::test-base64) + (or (funcall (intern (symbol-name #:test-base64) (find-package 'base64))) (error "test-op failed")))