diff --git a/cabal-testsuite/PackageTests/WarnEarlyOverwrite/clean-install-by-copy.test.hs b/cabal-testsuite/PackageTests/WarnEarlyOverwrite/clean-install-by-copy.test.hs index ac9698b76c6..af7d6f33625 100644 --- a/cabal-testsuite/PackageTests/WarnEarlyOverwrite/clean-install-by-copy.test.hs +++ b/cabal-testsuite/PackageTests/WarnEarlyOverwrite/clean-install-by-copy.test.hs @@ -2,5 +2,12 @@ import Test.Cabal.Prelude main = withShorterPathForNewBuildStore $ \storeDir -> cabalTest $ do let options = ["--store-dir=" ++ storeDir, "--installdir=" ++ storeDir] - -- Use install method copy that should surely work on Windows too. + -- Use install method copy that should surely work on Windows too but our + -- path normalization for testing is not good enough yet as can be seen in + -- this CI failure snippet diff: + -- -Warning: The directory /ghc-/incoming/new-/ghc-/-/bin is not in the system search path. + -- -Copying 'warn-early-overwrite' to '/warn-early-overwrite' + -- +Warning: The directory /incoming/new-2448/Users/RUNNER~1/AppData/Local/Temp/cabal-test-store-28260/ghc-/WarnEarlyOver_-0.1.0.0-4c19059e06a32b93b2812983631117e77a2d3833/bin is not in the system search path. + -- +Copying 'warn-early-overwrite' to '' + skipIfWindows cabalG options "v2-install" ["--install-method=copy"] \ No newline at end of file