summaryrefslogtreecommitdiff
path: root/fuzzers/corpora/objects/blob
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzers/corpora/objects/blob')
-rw-r--r--fuzzers/corpora/objects/blob6
1 files changed, 3 insertions, 3 deletions
diff --git a/fuzzers/corpora/objects/blob b/fuzzers/corpora/objects/blob
index 2031037b1..b09444c80 100644
--- a/fuzzers/corpora/objects/blob
+++ b/fuzzers/corpora/objects/blob
@@ -187,18 +187,18 @@ Once built, you can run the tests from the `build` directory with the command
Alternatively you can run the test suite directly using,
- $ ./libgit2_clar
+ $ ./libgit2_tests
Invoking the test suite directly is useful because it allows you to execute
individual tests, or groups of tests using the `-s` flag. For example, to
run the index tests:
- $ ./libgit2_clar -sindex
+ $ ./libgit2_tests -sindex
To run a single test named `index::racy::diff`, which corresponds to the test
function (`test_index_racy__diff`)[https://github.com/libgit2/libgit2/blob/master/tests/index/racy.c#L23]:
- $ ./libgit2_clar -sindex::racy::diff
+ $ ./libgit2_tests -sindex::racy::diff
The test suite will print a `.` for every passing test, and an `F` for any
failing test. An `S` indicates that a test was skipped because it is not