Skip to content

Commit 2974f2e

Browse files
committed
readme: fix wrong filepath
Signed-off-by: Ace-Tang <[email protected]>
1 parent 46a577f commit 2974f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ make: *** [Makefile:44: localvalidation] Error 1
8787
You can also run an individual test executable directly:
8888

8989
```console
90-
$ RUNTIME=runc validation/default.t
90+
$ sudo RUNTIME=runc validation/default/default.t
9191
TAP version 13
9292
ok 1 - has expected hostname
9393
---
@@ -105,7 +105,7 @@ If you cannot install node-tap, you can probably run the test suite with another
105105
For example, with [`prove`][prove]:
106106

107107
```console
108-
$ sudo make TAP='prove -Q -j9' RUNTIME=runc VALIDATION_TESTS=validation/pidfile.t localvalidation
108+
$ sudo make TAP='prove -Q -j9' RUNTIME=runc VALIDATION_TESTS=validation/pidfile/pidfile.t localvalidation
109109
RUNTIME=runc prove -Q -j9 validation/pidfile.t
110110
All tests successful.
111111
Files=1, Tests=1, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.03 cusr 0.03 csys = 0.08 CPU)

0 commit comments

Comments
 (0)