From: Kevin M. Rosenberg Date: Tue, 15 Apr 2003 16:08:21 +0000 (+0000) Subject: r4492: Auto commit for Debian build X-Git-Tag: v3.3.2~30 X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=90fa8d68b0f3ab59ccba908ca084e4959e0a2cc7;hp=016124a5823f8dd681956e02510fc0bf485b1aaf r4492: Auto commit for Debian build --- diff --git a/base64.asd b/base64.asd index a89a0dd..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.15 2003/04/15 16:05:39 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 (test-base64) + (or (funcall (intern (symbol-name #:test-base64) (find-package 'base64))) (error "test-op failed")))