Skip to content

Commit 84beb97

Browse files
…but seriously… assert the right version
1 parent f42da54 commit 84beb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/google-cloud-cli/install-bookworm-with-settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -e
77
source dev-container-features-test-lib
88

99
# Feature-specific tests
10-
check "version" bash -c "gcloud --version | grep 371.0.0-0"
10+
check "version" bash -c "gcloud --version | grep 371.0.0"
1111
check "which gcloud" bash -c "which gcloud | grep /usr/bin/gcloud"
1212

1313
# Report result

0 commit comments

Comments
 (0)