We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082d952 commit 326a1f6Copy full SHA for 326a1f6
cabal-testsuite/PackageTests/Manpage/cabal.test.hs
@@ -7,8 +7,8 @@ main = cabalTest $ do
7
assertOutputContains ".B cabal install" r
8
assertOutputDoesNotContain ".B cabal manpage" r
9
10
- -- The following test of `cabal man` needs `nroff` which is not available under Windows.
11
- 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
12
13
-- Check that output of `cabal man --raw` can be passed through `nroff -man`
14
-- without producing any warnings (which are printed to stderr).
0 commit comments