test-systemctl-enable: fix typo

Follow-up for fe6e0cfa19.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-12-15 16:01:35 +01:00
parent 28fd1ba375
commit 88cc9cc7bc

View 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"