]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix typo
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 26 Aug 2022 18:08:40 +0000 (20:08 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Sat, 27 Aug 2022 09:27:04 +0000 (11:27 +0200)
test/units/testsuite-75.sh

index 844661538353025f8ca48451dd3bc46b4f677781..a14ee2284173f5be8c76f78556f099203ca61541 100755 (executable)
@@ -142,7 +142,7 @@ run resolvectl query --legend=no -t MX unsigned.test
 grep -qF "unsigned.test IN MX 15 mail.unsigned.test" "$RUN_OUT"
 
 
-: "--- ZONE: signed.systemd (static DNSSEC) ---"
+: "--- ZONE: signed.test (static DNSSEC) ---"
 # Check the trust chain (with and without systemd-resolved in between
 # Issue: https://github.com/systemd/systemd/issues/22002
 # PR: https://github.com/systemd/systemd/pull/23289