mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
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:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user