From 88cc9cc7bc0d12b2a424cc8e88fc8699efc3ed04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 15 Dec 2023 16:01:35 +0100 Subject: [PATCH] test-systemctl-enable: fix typo Follow-up for fe6e0cfa19dd1de4ac599ae207182fd556adcfa7. --- test/test-systemctl-enable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"