We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 435ed96 + a4f412c commit aecadabCopy full SHA for aecadab
test/e2e/testsuites/gcsfuse_integration.go
@@ -61,7 +61,7 @@ const (
61
62
var gcsfuseVersionStr = ""
63
64
-const gcsfuseGoVersionCommand = "GO_VERSION=$(grep -o 'go[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+' ./gcsfuse/tools/cd_scripts/e2e_test.sh | sed 's/go//')"
+const gcsfuseGoVersionCommand = "GO_VERSION=$(grep -o 'go[0-9]\\+\\.[0-9]\\+\\.[0-9]\\+' ./gcsfuse/tools/cd_scripts/e2e_test.sh | cut -c3-)"
65
66
func hnsEnabled(driver storageframework.TestDriver) bool {
67
gcsfuseCSITestDriver, ok := driver.(*specs.GCSFuseCSITestDriver)
0 commit comments