doc: Corrected an error in the Wireshark test guide

Corrected the description of Wireshark Tests section in Wireshark Developer's Guide.
This commit is contained in:
easonweii 2022-03-14 18:07:44 +08:00 committed by Gerald Combs
parent 9012722f9b
commit 304dae33d6
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ $ python3 test/test.py -p /path/to/wireshark-build/run
----
You can list tests by passing one or more complete or partial names to
`tshark.py`. The `-l` flag lists tests. By default all tests are shown.
`test/test.py`. The `-l` flag lists tests. By default all tests are shown.
[source,sh]
----