Skip to content

Commit

Permalink
fixup! more compat with new macos runners
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored and Mikolaj committed Apr 29, 2024
1 parent 082d952 commit 326a1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cabal-testsuite/PackageTests/Manpage/cabal.test.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ main = cabalTest $ do
assertOutputContains ".B cabal install" r
assertOutputDoesNotContain ".B cabal manpage" r

-- The following test of `cabal man` needs `nroff` which is not available under Windows.
unless (buildOS == Windows) $ do
-- The following test of `cabal man` needs `nroff` which is not available under Windows and OSX.
unless (buildOS == Windows || buildOS ==OSX) $ do

-- Check that output of `cabal man --raw` can be passed through `nroff -man`
-- without producing any warnings (which are printed to stderr).
Expand Down

0 comments on commit 326a1f6

Please sign in to comment.