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:
parent
f404379716
commit
dc3b7effd2
2 changed files with 26 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue