guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: tests: lzlib: Do not fail if lzlib in not available.


From: guix-commits
Subject: 03/03: tests: lzlib: Do not fail if lzlib in not available.
Date: Sun, 1 Dec 2019 10:51:58 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit 2c5dd47ceffd61d155e64dcb1764ffaea0ffd546
Author: Mathieu Othacehe <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]