Fixed meta test case to account for new relative path resolution

This commit is contained in:
Sasha Koshka 2022-10-12 14:23:09 -04:00
parent 3662b2e298
commit ccc303d93c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ func TestMeta (test *testing.T) {
`:arf
author 'Sasha Koshka'
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 '/some/absolute/path/to/someModule'
---