summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2023-04-20 22:02:17 +0100
committerGitHub <noreply@github.com>2023-04-20 22:02:17 +0100
commit21453b8b4bfb4d1fa3efd1df3fe1208d48cbd41b (patch)
tree6043cd8b7de78763aa7355625829523108340079 /test
parent08c2f9c626e0f0052d505b1b7e52f335c0fbfa1d (diff)
parent7c782513e58ca038343cb7b104360d6088a06cb3 (diff)
downloadsystemd-21453b8b4bfb4d1fa3efd1df3fe1208d48cbd41b.tar.gz
Merge pull request #27349 from mrc0mmand/codespell
tree-wide: code spelling fixes
Diffstat (limited to 'test')
-rw-r--r--test/test-functions2
-rwxr-xr-xtest/units/testsuite-73.sh2
-rwxr-xr-xtest/units/testsuite-81.system-update-generator.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/test-functions b/test/test-functions
index f6f2bd6322..cef2a780d4 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -1526,7 +1526,7 @@ check_coverage_reports() {
#
# Also, a note: some tests, like TEST-46, overmount /home with tmpfs, which
# means if your build dir is under /home/your-user (which is usually the
- # case) you might get bogus erorrs and missing coverage.
+ # case) you might get bogus errors and missing coverage.
if ! get_bool "${IGNORE_MISSING_COVERAGE:=}" && \
"${JOURNALCTL:?}" -q --no-pager -D "${root:?}/var/log/journal" --grep "profiling:.+?gcda:[Cc]annot open"; then
derror "Detected possibly missing coverage, check the journal"
diff --git a/test/units/testsuite-73.sh b/test/units/testsuite-73.sh
index 191e3f77a6..e5ac09c2e3 100755
--- a/test/units/testsuite-73.sh
+++ b/test/units/testsuite-73.sh
@@ -651,7 +651,7 @@ EOF
: >/failed
# Make sure the content of kbd-model-map is the one that the tests expect
-# regardless of the version intalled on the distro where the testsuite is
+# regardless of the version installed on the distro where the testsuite is
# running on.
export SYSTEMD_KBD_MODEL_MAP=/usr/lib/systemd/tests/testdata/test-keymap-util/kbd-model-map
diff --git a/test/units/testsuite-81.system-update-generator.sh b/test/units/testsuite-81.system-update-generator.sh
index 6dfee0d898..8ee1feec1c 100755
--- a/test/units/testsuite-81.system-update-generator.sh
+++ b/test/units/testsuite-81.system-update-generator.sh
@@ -30,7 +30,7 @@ run_and_list "$GENERATOR_BIN" "$OUT_DIR"
link_endswith "$OUT_DIR/early/default.target" "/lib/systemd/system/system-update.target"
: "system-update-generator: kernel cmdline warnings"
-# We should warn if the default target is overriden on the kernel cmdline
+# We should warn if the default target is overridden on the kernel cmdline
# by a runlevel or systemd.unit=, but still generate the symlink
SYSTEMD_PROC_CMDLINE="systemd.unit=foo.bar 3" run_and_list "$GENERATOR_BIN" "$OUT_DIR" |& tee /tmp/system-update-generator.log
link_endswith "$OUT_DIR/early/default.target" "/lib/systemd/system/system-update.target"