diff --git a/parser/meta_test.go b/parser/meta_test.go index 26af856..467135f 100644 --- a/parser/meta_test.go +++ b/parser/meta_test.go @@ -12,7 +12,7 @@ author "Sasha Koshka" license "GPLv3" require "` + filepath.Join(cwd, "./some/local/module") + `" require "/some/absolute/path/to/someModule" -require "/usr/include/arf/someLibraryInstalledInStandardLocation" +require "/usr/local/include/arf/someLibraryInstalledInStandardLocation" --- `, test) }