]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-07-PID1: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 18 Dec 2024 01:46:14 +0000 (10:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 18 Dec 2024 01:46:51 +0000 (10:46 +0900)
Follow-up for e76fcd0e40a6910f4818a374c6a8d854d644ff93.

test/units/TEST-07-PID1.protect-hostname.sh

index 10d448b80debf95e6446251df8bba26925981a6e..4633dab57ba5da3d9d4ae7f84e64bbe7d513204a 100755 (executable)
@@ -33,7 +33,7 @@ testcase_yes() {
     test "$(hostname)" = "$LEGACY_HOSTNAME"
     test "$(hostnamectl hostname)" = "$HOSTNAME_FROM_SYSTEMD"
 
-    # ProtectHostname= supportes specifiers.
+    # ProtectHostname= supports specifiers.
     mkdir -p /run/systemd/system/
     cat >/run/systemd/system/test-protect-hostname-yes@.service <<EOF
 [Service]
@@ -75,7 +75,7 @@ testcase_private() {
     test "$(hostname)" = "$LEGACY_HOSTNAME"
     test "$(hostnamectl hostname)" = "$HOSTNAME_FROM_SYSTEMD"
 
-    # ProtectHostname= supportes specifiers.
+    # ProtectHostname= supports specifiers.
     mkdir -p /run/systemd/system/
     cat >/run/systemd/system/test-protect-hostname-private@.service <<EOF
 [Service]