diff options
| -rw-r--r-- | gnu/packages/backup.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 3db2dc1653d..9ec4e281d89 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm | |||
| @@ -19,6 +19,7 @@ | |||
| 19 | ;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl> | 19 | ;;; Copyright © 2020 Marcin Karpezo <sirmacik@wioo.waw.pl> |
| 20 | ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> | 20 | ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> |
| 21 | ;;; Copyright © 2021 Timothy Sample <samplet@ngyro.com> | 21 | ;;; Copyright © 2021 Timothy Sample <samplet@ngyro.com> |
| 22 | ;;; Copyright © 2021 Brice Waegeneire <brice@waegenei.re> | ||
| 22 | ;;; | 23 | ;;; |
| 23 | ;;; This file is part of GNU Guix. | 24 | ;;; This file is part of GNU Guix. |
| 24 | ;;; | 25 | ;;; |
| @@ -526,15 +527,6 @@ rdiff-backup is easy to use and settings have sensible defaults.") | |||
| 526 | (modify-phases %standard-phases | 527 | (modify-phases %standard-phases |
| 527 | (replace 'check | 528 | (replace 'check |
| 528 | (lambda _ | 529 | (lambda _ |
| 529 | (substitute* '("t/cmd-post_pre-exec/conf/pre-true-post-true.conf" | ||
| 530 | "t/backup_exec/conf/backup_exec_fail.conf" | ||
| 531 | "t/backup_exec/conf/backup_exec.conf") | ||
| 532 | (("/usr/bin/true") (which "true")) | ||
| 533 | (("/usr/bin/false") (which "false"))) | ||
| 534 | |||
| 535 | ;; Disable a test that tries to connect to localhost on port 22. | ||
| 536 | (delete-file "t/ssh_args/ssh_args.t.in") | ||
| 537 | |||
| 538 | (invoke "make" "test")))))) | 530 | (invoke "make" "test")))))) |
| 539 | (inputs | 531 | (inputs |
| 540 | `(("perl" ,perl) | 532 | `(("perl" ,perl) |
