summaryrefslogtreecommitdiff
path: root/tests/utils.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utils.scm')
-rw-r--r--tests/utils.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/utils.scm b/tests/utils.scm
index c278b2a2778..9bce446d98f 100644
--- a/tests/utils.scm
+++ b/tests/utils.scm
@@ -228,8 +228,10 @@ skip these tests."
228 get-bytevector-all))))) 228 get-bytevector-all)))))
229 229
230(for-each test-compression/decompression 230(for-each test-compression/decompression
231 '(gzip xz lzip) 231 `(gzip xz lzip zstd)
232 (list (const #t) (const #t) (const #t))) 232 (list (const #t) (const #t) (const #t)
233 (lambda ()
234 (resolve-module '(zstd) #t #f #:ensure #f))))
233 235
234;; This is actually in (guix store). 236;; This is actually in (guix store).
235(test-equal "store-path-package-name" 237(test-equal "store-path-package-name"