This commit is contained in:
committed by
Audrius Butkevicius
parent
91c3218a0c
commit
03d0f0dc34
@@ -34,7 +34,7 @@ func TestMain(m *testing.M) {
|
||||
panic("Cannot get absolute path to working dir")
|
||||
}
|
||||
|
||||
dir, err = filepath.EvalSymlinks(dir)
|
||||
dir, err = evalSymlinks(dir)
|
||||
if err != nil {
|
||||
panic("Cannot get real path to working dir")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user