gnu: restic: Set a variable to disable FUSE tests.

* gnu/packages/backup.scm (restic): Set a variable to disable FUSE tests.
master
Oleg Pykhalov 2018-08-16 15:30:44 +03:00
parent c4f8953a12
commit 773899112b
No known key found for this signature in database
GPG Key ID: 7246E11C69B79569
1 changed files with 2 additions and 2 deletions

View File

@ -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