add regression test for symlink calculation

Note: Test reordered because running git-annex sync early broke the
environment for some other tests.
This commit is contained in:
Joey Hess 2014-02-06 20:33:30 -04:00
parent f404379716
commit dc3b7effd2
2 changed files with 26 additions and 14 deletions

View file

@ -47,6 +47,7 @@ absNormPath dir path = Just $ combine dir path
{- On Windows, this converts the paths to unix-style, in order to run
- MissingH's absNormPath on them. Resulting path will use / separators. -}
absNormPathUnix :: FilePath -> FilePath -> Maybe FilePath
#ifndef mingw32_HOST_OS
absNormPathUnix dir path = MissingH.absNormPath dir path
#else