mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 19:46:05 +01:00
restic: fix integration test
This commit is contained in:
parent
bc8967cdb0
commit
12dfb0cff9
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ in
|
||||||
f"Paths containing \"*exclude*\" got backed up incorrectly. output: {actual}"
|
f"Paths containing \"*exclude*\" got backed up incorrectly. output: {actual}"
|
||||||
|
|
||||||
with subtest("Using an rclone backend"):
|
with subtest("Using an rclone backend"):
|
||||||
systemctl_succeed_as_alice("start restic-backups-rclone.service")
|
systemctl_succeed_as_alice("start rclone-config.service restic-backups-rclone.service")
|
||||||
actual = succeed_as_alice("restic-rclone ls latest")
|
actual = succeed_as_alice("restic-rclone ls latest")
|
||||||
assert_list("restic-rclone ls latest", expectedIncluded, actual)
|
assert_list("restic-rclone ls latest", expectedIncluded, actual)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue