From 49eb87746845cf815e6cde12a8a1f5cb8b65719e Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Wed, 31 May 2023 15:27:34 -0400 Subject: remove fossil clone tests that don't get cleaned up --- src/fossil-test@.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fossil-test@.service b/src/fossil-test@.service index edfb79e..c7076c4 100644 --- a/src/fossil-test@.service +++ b/src/fossil-test@.service @@ -24,9 +24,7 @@ ssh-keygen -t ed25519 -f .ssh/id_ed25519 -N ""; \ ssh -o BatchMode=yes -o StrictHostKeyChecking=accept-new -- %i@localhost :; \ ssh -o BatchMode=yes -o StrictHostKeyChecking=yes -- %i@localhost uptime; \ cd .ssh; \ -fossil clone ssh://%i@localhost/fossil-test-instance-1 db~$(date -Ins).fossil; \ fossil clone ssh://%i@localhost/a/b/c/fossil-test-instance-2 db~$(date -Ins).fossil; \ -fossil clone ssh://%i@localhost/fossil/db db~$(date -Ins).fossil; \ ' ExecStartPost = +runuser -u '%i' -- sh -exc '\ cd; \ -- cgit v1.2.3