From: Zbigniew Jędrzejewski-Szmek Date: Fri, 15 Dec 2023 15:01:35 +0000 (+0100) Subject: test-systemctl-enable: fix typo X-Git-Tag: v256-rc1~1479^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F30494%2Fhead;p=thirdparty%2Fsystemd.git test-systemctl-enable: fix typo Follow-up for fe6e0cfa19dd1de4ac599ae207182fd556adcfa7. --- diff --git a/test/test-systemctl-enable.sh b/test/test-systemctl-enable.sh index 9ed02248ad1..bdb1c8e2d36 100644 --- a/test/test-systemctl-enable.sh +++ b/test/test-systemctl-enable.sh @@ -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"