diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2023-01-25 03:12:13 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2023-01-25 03:23:45 +0100 |
commit | cb0b301e7a62a71d9e4454f9f7af5358c857c48c (patch) | |
tree | 7144a3ced094d47288cae7cfdff6fce14c2cac55 /tests/old-accountd | |
parent | 40a4c9b9be51f9c41edd8b421dd629e001659fb4 (diff) |
Adjust test suite against current Let's Encrypt staging environment.
Diffstat (limited to 'tests/old-accountd')
-rw-r--r-- | tests/old-accountd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/old-accountd b/tests/old-accountd index b44f7ec..abd330d 100644 --- a/tests/old-accountd +++ b/tests/old-accountd @@ -21,6 +21,7 @@ DEBIAN_FRONTEND="noninteractive" apt install -y --no-install-recommends \ SOCKET=~lacme-account/S.lacme runuser -u lacme-account -- lacme-accountd --socket="$SOCKET" & PID=$! +sleep 1 lacme --socket="$SOCKET" account lacme --socket="$SOCKET" newOrder |