From 44dc0c8c51c03dec0f4382c60944e6e9532f944d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 27 Feb 2025 13:42:00 +0900 Subject: [PATCH] test: fix typo Follow-up for f01132aacfe925d95f3a28841412011c79913967. --- test/units/TEST-17-UDEV.device_is_processing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3