]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix typo
authorovercaffeinated <overcaffeinated@airmail.cc>
Sun, 20 Nov 2016 18:09:16 +0000 (18:09 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Nov 2016 17:15:44 +0000 (12:15 -0500)
Remove stray 'To run'

doc/HACKING/WritingTests.md

index de80bbdef2c7881df193609cc72af093dafcce99..4dae41e9222e508f0f444d7d21f2667c37c188ed 100644 (file)
@@ -48,7 +48,7 @@ isolation, you just run `./src/test/test-memwipe`.
 To run tests within the unit test programs, you can specify the name
 of the test.  The string ".." can be used as a wildcard at the end of the
 test name.  For example, to run all the cell format tests, enter
-`./src/test/test cellfmt/..`.  To run
+`./src/test/test cellfmt/..`.
 
 Many tests that need to mess with global state run in forked subprocesses in
 order to keep from contaminating one another.  But when debugging a failing test,