From 5f7e42910a0924c2928afdac65da451e0e74cba2 Mon Sep 17 00:00:00 2001
From: Gary King <gwking@franz.com>
Date: Sun, 21 Jun 2009 16:17:37 -0400
Subject: [PATCH] Fix fasl extension for ccl

---
 test/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run-tests.sh b/test/run-tests.sh
index 0cc7bb38..a29c2fb5 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -93,7 +93,7 @@ elif [ "$lisp" = "allegromodern" ] ; then
     fi
 elif [ "$lisp" = "ccl" ] ; then
     if type ccl ; then
-	fasl_ext="fasl"
+	fasl_ext="dx32fsl"
 	command="ccl --no-init --quiet --batch "
     fi
 fi
-- 
GitLab