diff --git a/vhdbuilder/packer/test/linux-vhd-content-test.sh b/vhdbuilder/packer/test/linux-vhd-content-test.sh index 041c822e488..a8a966fa178 100644 --- a/vhdbuilder/packer/test/linux-vhd-content-test.sh +++ b/vhdbuilder/packer/test/linux-vhd-content-test.sh @@ -861,7 +861,7 @@ testContainerImagePrefetchScript() { testBccTools () { result=0 for line in '- bcc-tools' '- libbcc-examples'; do - if ! grep -F -x -e "$line" vhd-logs.log; then + if ! grep -F -x -e "$line" /opt/azure/vhd-install.complete; then echo "$line is missing" result=1 fi