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 @@ (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")