Skip to content

Commit 326a1f6

Browse files
ulysses4everMikolaj
authored andcommitted
fixup! more compat with new macos runners
1 parent 082d952 commit 326a1f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cabal-testsuite/PackageTests/Manpage/cabal.test.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ main = cabalTest $ do
77
assertOutputContains ".B cabal install" r
88
assertOutputDoesNotContain ".B cabal manpage" r
99

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

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

0 commit comments

Comments
 (0)