From 4b8ac04e2b497340b6c6c18de4d3c376f04a0b5d Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 17 Jul 2021 19:21:07 +0200 Subject: gnu: rsnapshot: Fix tests. * gnu/packages/backup.scm (rsnapshot)[arguments]: Tweak substitution. --- gnu/packages/backup.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index c62c96ed31..3db2dc1653 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") -- cgit v1.2.3