{section:General}
 
-batch_test.pl is the means by which the test suite is run. It can be told to start up its own personal HTCondor and use that for testing. The tests ran by batch_test.pl may also start their own personal Condors.
+batch_test.pl runs the test suite . It can start up its own personal HTCondor and use that for testing. The tests may also start their own personal Condors.
 
 1: Build, install and configure your code from HTCondor source tar ball:
 {code}
@@ -42,9 +42,9 @@
 249 successful, 34 failed
 {endcode}
 
-Additionally the file failed_tests will contain the list of
+The file failed_tests contains the list of
 tests which had a non-zero return code meaning they failed.
-The file successful_tests will list the passing tests which
+The file successful_tests will list the tests which
 had a return value of zero
 
 {subsubsection: Running a single test}