Fixed meta test case to account for new relative path resolution
This commit is contained in:
parent
3662b2e298
commit
ccc303d93c
@ -10,7 +10,7 @@ func TestMeta (test *testing.T) {
|
|||||||
`:arf
|
`:arf
|
||||||
author 'Sasha Koshka'
|
author 'Sasha Koshka'
|
||||||
license 'GPLv3'
|
license 'GPLv3'
|
||||||
require '` + filepath.Join(cwd, "./some/local/module") + `'
|
require '` + filepath.Join(cwd, "../tests/parser/meta/some/local/module") + `'
|
||||||
require '/usr/local/include/arf/someLibraryInstalledInStandardLocation'
|
require '/usr/local/include/arf/someLibraryInstalledInStandardLocation'
|
||||||
require '/some/absolute/path/to/someModule'
|
require '/some/absolute/path/to/someModule'
|
||||||
---
|
---
|
||||||
|
Reference in New Issue
Block a user