THis is lame
This commit is contained in:
parent
a66ab08431
commit
bef753d7ee
@ -383,7 +383,7 @@ func TestLookForExecutable(t *testing.T) {
|
|||||||
assert.Equal(t, cmdPath, path)
|
assert.Equal(t, cmdPath, path)
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd = "../../../../.." + cmdPath
|
cmd = "../../../../../../../../.." + cmdPath
|
||||||
path, err = absPathToExecutable(cmd)
|
path, err = absPathToExecutable(cmd)
|
||||||
if assert.NoError(t, err) {
|
if assert.NoError(t, err) {
|
||||||
assert.Equal(t, cmdPath, path)
|
assert.Equal(t, cmdPath, path)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user