summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-01-05 11:07:37 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-01-05 11:08:12 +0100
commit115a09004e8700cfcd090e4dced019e6def3a923 (patch)
treeec2f9c07b6fdc7f14d697ecdde215e9067d8bea6
parentman: fix typo (diff)
downloadsystemd-115a09004e8700cfcd090e4dced019e6def3a923.tar.xz
systemd-115a09004e8700cfcd090e4dced019e6def3a923.zip
test: fix typo
Follow-up for 995bf013a1959d4fb5aed8b135740490888fc196.
-rwxr-xr-xtest/units/testsuite-07.exec-deserialization.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/units/testsuite-07.exec-deserialization.sh b/test/units/testsuite-07.exec-deserialization.sh
index a0aa5809fc..04f17c88e9 100755
--- a/test/units/testsuite-07.exec-deserialization.sh
+++ b/test/units/testsuite-07.exec-deserialization.sh
@@ -92,7 +92,7 @@ testcase_added_before() {
# Add one new ExecStart= before the existing ones.
#
# Since, after reload, we should continue running from the "sleep 3" statement, the newly added "echo
- # bar" one will have no efect and we should end up with the same output as in the previous case.
+ # bar" one will have no effect and we should end up with the same output as in the previous case.
cat >"$unit_path" <<EOF
[Service]
Type=oneshot
@@ -167,7 +167,7 @@ testcase_removal() {
# Remove the currently executed ExecStart= line.
#
- # In this case we completely drop the currently excuted "sleep 3" statement, so after reload systemd
+ # In this case we completely drop the currently executed "sleep 3" statement, so after reload systemd
# should complain that the currently executed command vanished and simply finish executing the unit,
# resulting in an empty log.
cat >"$unit_path" <<EOF