1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-23 09:35:56 +02:00

gnu: rsnapshot: Fix tests.

* gnu/packages/backup.scm (rsnapshot)[arguments]: Tweak substitution.
This commit is contained in:
Tobias Geerinckx-Rice
2021-07-17 19:21:07 +02:00
parent 550eca2a7b
commit 4b8ac04e2b
+2 -2
View File
@@ -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")