summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-05-31 15:27:34 -0400
committerAndrew Cady <d@jerkface.net>2023-05-31 15:27:34 -0400
commit49eb87746845cf815e6cde12a8a1f5cb8b65719e (patch)
treea536f08613b169be38235e2b0467a0e15fdcc803
parent64b293b27670161ad13874839ccd0da019f8b0ec (diff)
remove fossil clone tests that don't get cleaned up
-rw-r--r--src/fossil-test@.service2
1 files changed, 0 insertions, 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 ""; \
24ssh -o BatchMode=yes -o StrictHostKeyChecking=accept-new -- %i@localhost :; \ 24ssh -o BatchMode=yes -o StrictHostKeyChecking=accept-new -- %i@localhost :; \
25ssh -o BatchMode=yes -o StrictHostKeyChecking=yes -- %i@localhost uptime; \ 25ssh -o BatchMode=yes -o StrictHostKeyChecking=yes -- %i@localhost uptime; \
26cd .ssh; \ 26cd .ssh; \
27fossil clone ssh://%i@localhost/fossil-test-instance-1 db~$(date -Ins).fossil; \
28fossil clone ssh://%i@localhost/a/b/c/fossil-test-instance-2 db~$(date -Ins).fossil; \ 27fossil clone ssh://%i@localhost/a/b/c/fossil-test-instance-2 db~$(date -Ins).fossil; \
29fossil clone ssh://%i@localhost/fossil/db db~$(date -Ins).fossil; \
30' 28'
31ExecStartPost = +runuser -u '%i' -- sh -exc '\ 29ExecStartPost = +runuser -u '%i' -- sh -exc '\
32cd; \ 30cd; \