Lines Matching refs:path
12 let path = getcwd()
14 call assert_notequal(path, getcwd())
15 exe 'cd ' .. fnameescape(path)
16 call assert_equal(path, getcwd())
22 let path = getcwd()
25 call assert_notequal(path, getcwd())
26 exe 'cd ' .. fnameescape(path)
27 call assert_equal(path, getcwd())
36 let path = getcwd()
39 call assert_notequal(path, path_dotdot)
41 call assert_equal(path, getcwd())
45 call assert_equal(path, getcwd())