Skip to content

Commit

Permalink
Bashify path
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 10, 2023
1 parent fd809e1 commit 90e839d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/install_scripts_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ func (suite *InstallScriptsIntegrationTestSuite) TestInstall() {
installPath, err := installation.InstallPathForBranch(constants.BranchName)
suite.NoError(err)

if runtime.GOOS == "windows" {
installPath, err = osutils.BashifyPath(installPath)
suite.NoError(err)
}

binPath := filepath.Join(installPath, "bin")

statePath := filepath.Join(binPath, "state"+osutils.ExeExt)
Expand Down

0 comments on commit 90e839d

Please sign in to comment.