# HG changeset patch # User Steve Losh # Date 1304980314 14400 # Node ID 69a7385eebb8b2abf982caf42ba0e0bdf0d3f8ca # Parent 8aeb6a1a36e47bee8c6480bacbcdce062b2e99e9 Make the testing symlinks relative. diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/bundled/lh-vim-lib/autoload/lh/UT.vim --- a/tests/bundled/lh-vim-lib/autoload/lh/UT.vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/bundled/lh-vim-lib/autoload/lh/UT.vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/ut/autoload/lh/UT.vim \ No newline at end of file +../../../../bundled/ut/autoload/lh/UT.vim \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/autoload/lh --- a/tests/vim_test/autoload/lh Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/autoload/lh Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/lh-vim-lib/autoload/lh \ No newline at end of file +../../bundled/lh-vim-lib/autoload/lh \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/ftplugin/vim --- a/tests/vim_test/ftplugin/vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/ftplugin/vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/ut/ftplugin/vim \ No newline at end of file +../../bundled/ut/ftplugin/vim \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/macros/menu-map.vim --- a/tests/vim_test/macros/menu-map.vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/macros/menu-map.vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/lh-vim-lib/macros/menu-map.vim \ No newline at end of file +../../bundled/lh-vim-lib/macros/menu-map.vim \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/plugin/UT.vim --- a/tests/vim_test/plugin/UT.vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/plugin/UT.vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/ut/plugin/UT.vim \ No newline at end of file +../../bundled/ut/plugin/UT.vim \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/plugin/gundo.vim --- a/tests/vim_test/plugin/gundo.vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/plugin/gundo.vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/plugin/gundo.vim \ No newline at end of file +../../../plugin/gundo.vim \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/plugin/let.vim --- a/tests/vim_test/plugin/let.vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/plugin/let.vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/lh-vim-lib/plugin/let.vim \ No newline at end of file +../../bundled/lh-vim-lib/plugin/let.vim \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/plugin/lhvl.vim --- a/tests/vim_test/plugin/lhvl.vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/plugin/lhvl.vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/lh-vim-lib/plugin/lhvl.vim \ No newline at end of file +../../bundled/lh-vim-lib/plugin/lhvl.vim \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/plugin/ui-functions.vim --- a/tests/vim_test/plugin/ui-functions.vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/plugin/ui-functions.vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/lh-vim-lib/plugin/ui-functions.vim \ No newline at end of file +../../bundled/lh-vim-lib/plugin/ui-functions.vim \ No newline at end of file diff -r 8aeb6a1a36e4 -r 69a7385eebb8 tests/vim_test/plugin/words_tools.vim --- a/tests/vim_test/plugin/words_tools.vim Mon May 09 18:10:05 2011 -0400 +++ b/tests/vim_test/plugin/words_tools.vim Mon May 09 18:31:54 2011 -0400 @@ -1,1 +1,1 @@ -/Users/sjl/src/gundo.vim/tests/bundled/lh-vim-lib/plugin/words_tools.vim \ No newline at end of file +../../bundled/lh-vim-lib/plugin/words_tools.vim \ No newline at end of file