Fix unexpected EOF error in shell function tests.
[third_party/subunit] / shell / README
index 0f47c19ea7ff6fd6b594ba2e1d3b45c735d08f81..944840fef8b49170a32909f5455b958d6cbd8d83 100644 (file)
@@ -17,7 +17,7 @@
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 #
 
-This tree contains shell bindings to the subunit protocol. They are written 
+This tree contains shell bindings to the subunit protocol. They are written
 entirely in shell, and unit tested in shell. See the tests/ directory for the
 test scripts. You can use `make check` to run the tests. There is a trivial
 python test_shell.py which uses the pyunit gui to expose the test results in a
@@ -27,9 +27,9 @@ The shell bindings consist of four functions which you can use to output test
 metadata trivially. See share/subunit.sh for the functions and comments.
 
 However, this is not a full test environment, its support code for reporting to
-subunit. You can look at ShUnit (http://shunit.sourceforge.net) for 'proper' 
-shell based xUnit functionality. There is a patch for ShUnit 1.3 
-(subunit-ui.patch) in the subunit source tree. I hope to have that integrated 
+subunit. You can look at ShUnit (http://shunit.sourceforge.net) for 'proper'
+shell based xUnit functionality. There is a patch for ShUnit 1.3
+(subunit-ui.patch) in the subunit source tree. I hope to have that integrated
 upstream in the near future. I will delete the copy of the patch in the subunit
 tree a release or two later.