diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-12-15 16:01:35 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-12-15 16:22:24 +0100 |
commit | 88cc9cc7bc0d12b2a424cc8e88fc8699efc3ed04 (patch) | |
tree | 6d3afac64fb5fbe61277b766c0798a77319a4faa /test/test-systemctl-enable.sh | |
parent | NEWS: fix version (diff) | |
download | systemd-88cc9cc7bc0d12b2a424cc8e88fc8699efc3ed04.tar.xz systemd-88cc9cc7bc0d12b2a424cc8e88fc8699efc3ed04.zip |
test-systemctl-enable: fix typo
Follow-up for fe6e0cfa19dd1de4ac599ae207182fd556adcfa7.
Diffstat (limited to 'test/test-systemctl-enable.sh')
-rw-r--r-- | test/test-systemctl-enable.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-systemctl-enable.sh b/test/test-systemctl-enable.sh index 9ed02248ad..bdb1c8e2d3 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" |