TEST-17-UDEV: drop needless numbering

The subtest was renamed from TEST-17-UDEV.10.sh.
Let's also drop the numbering from function name and interface name.

Follow-up for 40959dcc02.
This commit is contained in:
Yu Watanabe
2025-05-08 04:07:04 +09:00
parent a3d79fc3a0
commit 9999e8b409

View File

@@ -9,7 +9,7 @@ set -o pipefail
# Coverage test for udevadm
# shellcheck disable=SC2317
cleanup_17_10() {
cleanup() {
set +e
losetup -d "$loopdev"
@@ -19,9 +19,9 @@ cleanup_17_10() {
}
# Set up some test devices
trap cleanup_17_10 EXIT
trap cleanup EXIT
netdev=dummy17.10
netdev=hoge
ip link add $netdev type dummy
blk="$(mktemp)"