mothacehe pushed a commit to branch master
in repository guix.

commit 2c5dd47ceffd61d155e64dcb1764ffaea0ffd546
Author: Mathieu Othacehe <m.othac...@gmail.com>
Date:   Tue Nov 26 08:31:43 2019 +0100

    tests: lzlib: Do not fail if lzlib in not available.
    
    * tests/lzlib.scm: Use test-assert* for all test cases, so that there are no
    failures if lzlib is unavailable.
---
 tests/lzlib.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/lzlib.scm b/tests/lzlib.scm
index 543622b..d8d0e6e 100644
--- a/tests/lzlib.scm
+++ b/tests/lzlib.scm
@@ -108,7 +108,7 @@
 (test-assert* "Bytevector of size relative to Lzip internal buffers (1MiB+1)"
   (compress-and-decompress (random-bytevector (1+ (* 1024 1024)))))
 
-(test-assert "make-lzip-input-port/compressed"
+(test-assert* "make-lzip-input-port/compressed"
   (let* ((len        (pk 'len (+ 10 (random 4000 %seed))))
          (data       (random-bytevector len))
          (compressed (make-lzip-input-port/compressed

Reply via email to