From: Yu Watanabe Date: Thu, 27 Feb 2025 04:42:00 +0000 (+0900) Subject: test: fix typo X-Git-Tag: v258-rc1~1236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44dc0c8c51c03dec0f4382c60944e6e9532f944d;p=thirdparty%2Fsystemd.git test: fix typo Follow-up for f01132aacfe925d95f3a28841412011c79913967. --- diff --git a/test/units/TEST-17-UDEV.device_is_processing.sh b/test/units/TEST-17-UDEV.device_is_processing.sh index 5de4aa0b177..7d9106dfeb0 100755 --- a/test/units/TEST-17-UDEV.device_is_processing.sh +++ b/test/units/TEST-17-UDEV.device_is_processing.sh @@ -61,7 +61,7 @@ done # Check if the reexec and reload have finished during processing the event. grep -q -F 'ID_PROCESSING=1' "/run/udev/data/n${IFINDEX}" -# Forcibly kill sleep command ivoked by the udev rule to finish processing the add event. +# Forcibly kill sleep command invoked by the udev rule to finish processing the add event. killall sleep udevadm settle --timeout=20