From: Beniamino Galvani Date: Tue, 7 Feb 2023 12:49:15 +0000 (+0100) Subject: fix(test): remove leftover link file from server rootfs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f44740f2c234ddb275e0a11e23d45e3678eb4a0;p=thirdparty%2Fdracut.git fix(test): remove leftover link file from server rootfs 01-client.link must be removed, otherwise it conflicts with 01-server.link that sets a different naming policy. --- diff --git a/test/TEST-60-BONDBRIDGEVLANIFCFG/test.sh b/test/TEST-60-BONDBRIDGEVLANIFCFG/test.sh index 0a045f1f7..ac33ba9f8 100755 --- a/test/TEST-60-BONDBRIDGEVLANIFCFG/test.sh +++ b/test/TEST-60-BONDBRIDGEVLANIFCFG/test.sh @@ -373,6 +373,7 @@ test_setup() { export initdir="$TESTDIR"/overlay # shellcheck disable=SC1090 . "$basedir"/dracut-init.sh + rm "$initdir"/etc/systemd/network/01-client.link inst_simple ./server.link /etc/systemd/network/01-server.link inst_hook pre-mount 99 ./wait-if-server.sh )