summary refs log tree commit diff
path: root/tests/lzlib.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <m.othacehe@gmail.com>2019-11-26 08:31:43 +0100
committerMathieu Othacehe <m.othacehe@gmail.com>2019-12-01 16:51:40 +0100
commit2c5dd47ceffd61d155e64dcb1764ffaea0ffd546 (patch)
tree49a7fab5c2e1f81911e7688f7d6d39736eeca5c1 /tests/lzlib.scm
parentfcc4c6ae603c5734104f3efe13ee94341b47c5c2 (diff)
downloadguix-2c5dd47ceffd61d155e64dcb1764ffaea0ffd546.tar.gz
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.
Diffstat (limited to 'tests/lzlib.scm')
-rw-r--r--tests/lzlib.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lzlib.scm b/tests/lzlib.scm
index 543622bb45..d8d0e6edf8 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