Alois Mahdal 10 年前
父节点
当前提交
eb982b525a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      test/README.md

+ 2
- 2
test/README.md 查看文件

@@ -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