From 7e36993df9e11f98e53f0d908ab9d3b72cc23879 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Sun, 5 Oct 2014 20:43:45 -0500
Subject: [PATCH] Fixed location of the LISP-INVOCATION library.

This is now included in the ext/ directory of the git repo.
---
 test/test-program.script | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/test-program.script b/test/test-program.script
index d0f5cb26..2d9b7fd6 100644
--- a/test/test-program.script
+++ b/test/test-program.script
@@ -18,7 +18,7 @@
       (list *asdf-directory* ;; be sure that *OUR* asdf is first of any possible ASDF
             *uiop-directory*
             ;; try finding xcvb's lisp-invocation right next to asdf.
-            (subpathname *asdf-directory* "../lisp-invocation/")))
+            (subpathname *asdf-directory* "ext/lisp-invocation/")))
 (unless (find-system :lisp-invocation nil)
   ;; try harder by enabling the user's source-registry
   (initialize-source-registry ""))
-- 
GitLab