r10585: rename to more closely align with src filename
[uffi.git] / tests / package.lisp
index 7db77f2d4f2b9f5ec6c402aaa93e8f05d5c6fc9c..04c3b816ef79ca4d3d1885233f3b7c455b3765cc 100644 (file)
@@ -7,11 +7,12 @@
 ;;;; Author:        Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2003
 ;;;;
-;;;; $Id: package.lisp,v 1.1 2003/04/29 12:42:03 kevin Exp $
+;;;; $Id$
 ;;;; *************************************************************************
 
 (defpackage #:uffi-tests
-  (:use #:asdf #:cl #:uffi #:rtest))
+  (:use #:asdf #:cl #:uffi #:rtest)
+  (:shadowing-import-from #:uffi #:run-shell-command))
 
 (in-package #:uffi-tests)