Alois Mahdal 9 years ago
parent
commit
eb982b525a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test/README.md

+ 2
- 2
test/README.md View File

@@ -3,13 +3,13 @@ Tests
3 3
 
4 4
 Running tests is handled by test/runtests:
5 5
 
6
-    $ test/tuntest [filter]
6
+    $ test/runtest [filter]
7 7
 
8 8
 *filter* is a regular expression to be applied to sub-test name, running
9 9
 only the matching ones.
10 10
 
11 11
 Tests can be written in any scripting language--they just need to be
12
-put into tests/scripts directory, equipped with proper shebang line and
12
+put into test/scripts directory, equipped with proper shebang line and
13 13
 marked as executable.
14 14
 
15 15