README for Executing Manual Tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* To create a template file for the manual tests, do the following:
	./test_template <argument>
where argument is one of the following: login, securetty, inittab, mingetty, mount, amtu, audit, aurun, or openssl.  

* This will create a file in the current directory with the name <argument>_test.txt. Current time will be printed to the file, so make sure you run the test immediately.

* Run the test and report results in the created file.

* Once all tests are run and reported, run the other script to put all results in one file:
	./manual_tests

* This will delete the individual files created by the first script.
