From 38621e6c346476907d0cef2b698daf0011fef88e Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <tunes@google.com>
Date: Wed, 12 Feb 2014 13:22:00 -0500
Subject: [PATCH] Don't look for lisp-invocation in ../xcvb/ but in its own
 ../lisp-invocation/ since it has been spun off as its own library. NB: if you
 don't have it installed, you're not actually testing program-op in
 test-program.script.

---
 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 90be6d127..4d6ba6f0f 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* "../xcvb/")))
+            (subpathname *asdf-directory* "../lisp-invocation/")))
 (unless (find-system :lisp-invocation nil)
   ;; try harder by enabling the user's source-registry
   (initialize-source-registry ""))
-- 
GitLab