From fc1cb09a2662a47d5e44073e980187163354ba21 Mon Sep 17 00:00:00 2001
From: Francois-Rene Rideau <fare@tunes.org>
Date: Mon, 12 Sep 2016 07:50:02 -0400
Subject: [PATCH] Mark the same test-force test as failing on clisp

---
 test/test-force.script | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/test/test-force.script b/test/test-force.script
index 78dbe50e..d2dc5c27 100644
--- a/test/test-force.script
+++ b/test/test-force.script
@@ -70,9 +70,10 @@
 
 (DBG "Check that load-system will reload")
 (load-system 'test-asdf/force1)
-(with-expected-failure (#+(or clasp ecl mkcl) t) ;; Why does that fail on these??? Investigate!
-(assert-equal (get-file-stamp file1) date2)
-(assert-equal test-package::*file1* t))
+(with-expected-failure (#+(or clasp clisp ecl mkcl) t)
+  ;; Why does that fail on these??? Investigate!
+  (assert-equal (get-file-stamp file1) date2)
+  (assert-equal test-package::*file1* t))
 
 ;; forced, it should be later
 (DBG "Check that force reloading loads again")
-- 
GitLab