[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: restic: Set a variable to disable FUSE tests.
From: |
Oleg Pykhalov |
Subject: |
01/01: gnu: restic: Set a variable to disable FUSE tests. |
Date: |
Fri, 17 Aug 2018 04:32:21 -0400 (EDT) |
wigust pushed a commit to branch master
in repository guix.
commit 773899112b39da062d7905a57681c4cd112d77fe
Author: Oleg Pykhalov <address@hidden>
Date: Thu Aug 16 15:30:44 2018 +0300
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 d95ed9a..eaffa4f 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