diff --git a/test/App/Fossa/PathDependencySpec.hs b/test/App/Fossa/PathDependencySpec.hs index eefc898877..bfa33f3a60 100644 --- a/test/App/Fossa/PathDependencySpec.hs +++ b/test/App/Fossa/PathDependencySpec.hs @@ -44,9 +44,9 @@ absPathOfSpec = describe "absPathOfSpec" $ do let currentPathRel = "../" <> (toText . toFilePath . dirname $ cwd) mkPathSpec cwd currentPathRel isAbsDir - mkPathSpec cwd currentPathRel isAbsDir - mkPathSpec cwd (currentPathRel <> "/test") isAbsDir + mkPathSpec cwd (currentPathRel <> "/") isAbsDir mkPathSpec cwd (currentPathRel <> "/test") isAbsDir + mkPathSpec cwd (currentPathRel <> "/test/") isAbsDir mkPathSpec cwd "./test" isAbsDir mkPathSpec cwd "./test/" isAbsDir