diff --git a/test/clightning-replication.nix b/test/clightning-replication.nix index 70d8102..4ee08b5 100644 --- a/test/clightning-replication.nix +++ b/test/clightning-replication.nix @@ -128,8 +128,8 @@ makeTestVM { # A gocryptfs has been created client.succeed("ls /var/backup/clightning/lightningd-db/gocryptfs.conf") - server.wait_for_unit("sshd.service") switch_to_system("replicationRemote") + server.wait_for_unit("sshd.service") with subtest("remote replication"): replica_db = "/var/cache/clightning-replication/sshfs/lightningd.sqlite3" client.succeed(f"runuser -u clightning -- ls {replica_db}")