Commit Diff


commit - 2a32333ed60d6e78cd5d947c39c0db4b9c66f90f
commit + 1041414ec4daa58723fd3837ef14d2be49d29d52
blob - fcb6fd1b5d89dbba10e5a899cdf9cec2d13765cd
blob + 4d54c5639a0cffb8b75e634b9b9ad9880cf37c33
--- exercise.1
+++ exercise.1
@@ -30,12 +30,10 @@ Standard output is ignored.
 As a special case, exit status 127 is interpreted as an error during the test,
 implying an inconclusive result.
 .Pp
-To be searched for tests, subdirectories must match the pattern
-.Pa *tests .
 To be recognized as tests, files must match the pattern
-.Pa *.test .
+.Pa *.t .
 To be run as test suites (see below), files must match the pattern
-.Pa *.testsuite .
+.Pa *.tests .
 .
 .Ss Test Suites
 Multiple tests can be combined into one executable.