diff --git a/download/download_test.go b/download/download_test.go index f5ba787..69fd1f4 100644 --- a/download/download_test.go +++ b/download/download_test.go @@ -383,7 +383,7 @@ func TestLookForExecutable(t *testing.T) { assert.Equal(t, cmdPath, path) } - cmd = "../../../../.." + cmdPath + cmd = "../../../../../../../../.." + cmdPath path, err = absPathToExecutable(cmd) if assert.NoError(t, err) { assert.Equal(t, cmdPath, path)