From 302673432387702ddd58a0992640f55e9f49fdc8 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Thu, 16 Aug 2018 15:30:44 +0300 Subject: [PATCH] gnu: restic: Set a variable to disable FUSE tests. * gnu/packages/backup.scm (restic): Set a variable to disable FUSE tests. --- gnu/packages/backup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index d95ed9a0a..eaffa4fdb 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -868,8 +868,8 @@ is like a time machine for your data. ") (with-directory-excursion (string-append "src/github.com/restic/restic-" ,version) - ;; unexpected error: fusermount: exit status 1 - (delete-file "cmd/restic/integration_fuse_test.go") + ;; Disable FUSE tests. + (setenv "RESTIC_TEST_FUSE" "0") (invoke "go" "run" "build.go" "--test")))) (replace 'install -- 2.18.0