From: Yu Watanabe Date: Wed, 17 Apr 2024 04:29:35 +0000 (+0900) Subject: test: fix typo X-Git-Tag: v256-rc1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88382e8daba8edde8c8fcf88b1220214836b0155;p=thirdparty%2Fsystemd.git test: fix typo Follow-up for 236634c82c56e280348f9452129f3cdfd1fb7a45. --- diff --git a/test/units/testsuite-50.sysext.sh b/test/units/testsuite-50.sysext.sh index de89f64211e..f3077f580d0 100755 --- a/test/units/testsuite-50.sysext.sh +++ b/test/units/testsuite-50.sysext.sh @@ -12,7 +12,7 @@ at_exit() { local target # Note: `cat` here is used intentionally, so we iterate over our own copy of /proc/mounts. Otherwise - # things get very confusing once we start unmounting things, due to chaging file offsets. + # things get very confusing once we start unmounting things, due to changing file offsets. # shellcheck disable=SC2002 cat /proc/mounts | while read -r _ target _ _ _ _; do if [[ "$target" =~ ^"$FAKE_ROOTS_DIR" ]]; then @@ -582,7 +582,7 @@ SYSTEMD_SYSEXT_HIERARCHIES="$hierarchy" SYSTEMD_SYSEXT_MUTABLE_MODE=import syste extension_verify_after_unmerge "$fake_root" "$hierarchy" -h -: "Extension data in /var/lib/extensions.mutable/…, R/O hierarchy, mutability enabled through env var but overriden via CLI option, read-only merged" +: "Extension data in /var/lib/extensions.mutable/…, R/O hierarchy, mutability enabled through env var but overridden via CLI option, read-only merged" fake_root="$FAKE_ROOTS_DIR/env-var-overridden" hierarchy=/usr extension_data_dir="$fake_root/var/lib/extensions.mutable$hierarchy"