diff options
-rw-r--r-- | test/packetimpact/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packetimpact/README.md b/test/packetimpact/README.md index f46c67a0c..ffa96ba98 100644 --- a/test/packetimpact/README.md +++ b/test/packetimpact/README.md @@ -30,7 +30,7 @@ $ make load-packetimpact Run a test, e.g. `fin_wait2_timeout`, against Linux: ```bash -$ bazel test //test/packetimpact/tests:fin_wait2_timeout_linux_test +$ bazel test //test/packetimpact/tests:fin_wait2_timeout_native_test ``` Run the same test, but against gVisor: |