guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rsnapshot: Fix tests.


From: guix-commits
Subject: branch master updated: gnu: rsnapshot: Fix tests.
Date: Sat, 17 Jul 2021 13:50:08 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4b8ac04  gnu: rsnapshot: Fix tests.
4b8ac04 is described below

commit 4b8ac04e2b497340b6c6c18de4d3c376f04a0b5d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jul 17 19:21:07 2021 +0200

    gnu: rsnapshot: Fix tests.
    
    * gnu/packages/backup.scm (rsnapshot)[arguments]: Tweak substitution.
---
 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 c62c96e..3db2dc1 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -529,8 +529,8 @@ rdiff-backup is easy to use and settings have sensible 
defaults.")
              (substitute* '("t/cmd-post_pre-exec/conf/pre-true-post-true.conf"
                             "t/backup_exec/conf/backup_exec_fail.conf"
                             "t/backup_exec/conf/backup_exec.conf")
-               (("/bin/true") (which "true"))
-               (("/bin/false") (which "false")))
+               (("/usr/bin/true") (which "true"))
+               (("/usr/bin/false") (which "false")))
 
              ;; Disable a test that tries to connect to localhost on port 22.
              (delete-file "t/ssh_args/ssh_args.t.in")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]