Skip to content

Commit 37f5472

Browse files
committed
latest test data
1 parent 9699256 commit 37f5472

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

spec/vhdbuilder/packer/ensure_sig_vhd_exists_spec.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Describe 'ensure_sig_vhd_exists function'
2727
MOCK_AZ_IMAGE_VERSIONS=""
2828

2929
# Create mocks for external commands
30+
# shellcheck disable=SC2329
3031
az() {
3132
case "$1 $2" in
3233
"sig show")
@@ -85,6 +86,7 @@ Describe 'ensure_sig_vhd_exists function'
8586
return 0
8687
}
8788

89+
# shellcheck disable=SC2329
8890
jq() {
8991
case "$*" in
9092
*provisioningState*)
@@ -102,6 +104,7 @@ Describe 'ensure_sig_vhd_exists function'
102104
esac
103105
}
104106

107+
# shellcheck disable=SC2329
105108
grep() {
106109
# Mock grep for cvm feature flag checking
107110
case "$*" in

0 commit comments

Comments
 (0)