From 556bbb81b1b23e76c9e58da707fd7166ce0ce1d3 Mon Sep 17 00:00:00 2001
From: Daniel Barlow <>
Date: Wed, 20 Feb 2002 14:15:49 +0000
Subject: [PATCH] la la la

---
 test/run-tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/run-tests.sh b/test/run-tests.sh
index bea54fb2..c66abe22 100644
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -6,7 +6,7 @@
 # - quit with exit status >0 if an unhandled error occurs
 LISP="sbcl --noprogrammer"
 
-# file extension that compiling fiels with $LISP will use
+# file extension that $LISP uses for compiled files
 FASL=fasl
 
 rm *.$FASL || true
@@ -20,4 +20,4 @@ do
     exit 1
   fi
 done
-
+echo "All tests apparently successful"
-- 
GitLab