From 143501492769b72a2d63817172f2d9811e957a2a Mon Sep 17 00:00:00 2001 From: Nan Liu Date: Tue, 16 Dec 2025 18:22:01 +0000 Subject: [PATCH] Use dnf in linux vhd tests --- vhdbuilder/packer/test/linux-vhd-content-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vhdbuilder/packer/test/linux-vhd-content-test.sh b/vhdbuilder/packer/test/linux-vhd-content-test.sh index 0f540ec91f1..84f96eb00a2 100644 --- a/vhdbuilder/packer/test/linux-vhd-content-test.sh +++ b/vhdbuilder/packer/test/linux-vhd-content-test.sh @@ -48,7 +48,7 @@ elif [ "$OS_SKU" = "Flatcar" ]; then elif [ "$OS_SKU" = "AzureLinuxOSGuard" ]; then SKIP_GIT_CLONE=true else - sudo tdnf install -y git + sudo dnf install -y git fi if [ "$SKIP_GIT_CLONE" = "true" ]; then