Skip to content

Commit

Permalink
fix(test): remove leftover link file from server rootfs
Browse files Browse the repository at this point in the history
01-client.link must be removed, otherwise it conflicts with 01-server.link that
sets a different naming policy.
  • Loading branch information
bengal authored and aafeijoo-suse committed Feb 13, 2023
1 parent 9fb64d9 commit 8f44740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/TEST-60-BONDBRIDGEVLANIFCFG/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 8f44740

Please sign in to comment.