diff --git a/test/test-force.script b/test/test-force.script index 31f5c69c64345b25b1830803fe01f50a27863da9..f760bdeb0dcff611a5e28d46299fee00bc4d6649 100644 --- a/test/test-force.script +++ b/test/test-force.script @@ -70,7 +70,7 @@ (DBG "Check that load-system will reload") (load-system 'test-asdf/force1) -(with-expected-failure (#+(or clasp clisp ecl mkcl) t) +(with-expected-failure (#+(or clasp clisp (and ecl (not ecl-bytecmp)) mkcl) t) ;; Why does that fail on these??? Investigate! (assert-equal (get-file-stamp file1) date2) (assert-equal test-package::*file1* t))