mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: rsnapshot: Fix tests.
* gnu/packages/backup.scm (rsnapshot)[arguments]: Tweak substitution.
This commit is contained in:
parent
550eca2a7b
commit
4b8ac04e2b
1 changed files with 2 additions and 2 deletions
|
@ -529,8 +529,8 @@ (define-public rsnapshot
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue