THis is lame

This commit is contained in:
Justin Hawkins 2023-11-28 20:28:54 +10:30
parent a66ab08431
commit bef753d7ee

View File

@ -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)