Create a test for the new mh-format processing available in comp(1).
[mmh] / test / manpages / test-manpages
index fb86c73..4865985 100755 (executable)
@@ -35,4 +35,6 @@ for manpage in man?/*.?; do
   groff -Tutf8 -mandoc -wmac "$manpage" > /dev/null 2>>"$actual"
 done
 
-diff -u "$expected" "$actual"
+check "$expected" "$actual"
+
+exit $failed