]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-systemctl-enable: fix typo 30494/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Dec 2023 15:01:35 +0000 (16:01 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 15 Dec 2023 15:22:24 +0000 (16:22 +0100)
Follow-up for fe6e0cfa19dd1de4ac599ae207182fd556adcfa7.

test/test-systemctl-enable.sh

index 9ed02248ad1def805b5a51f6385e1f4873a850c1..bdb1c8e2d362480db2a8a93ec1fd719fc6f46c06 100644 (file)
@@ -97,7 +97,7 @@ test ! -e "$root/etc/systemd/system/test1-badalias.target"
 test ! -e "$root/etc/systemd/system/test1-badalias.socket"
 test -h "$root/etc/systemd/system/test1-goodalias2.service"
 
-: '-------aliases in reeanable----------------------------------'
+: '-------aliases in reenable----------------------------------'
 ( ! "$systemctl" --root="$root" reenable test1 )
 test -h "$root/etc/systemd/system/default.target.wants/test1.service"
 test ! -e "$root/etc/systemd/system/test1-goodalias.service"