Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Straub <bs@github.com>2013-11-15 02:10:32 +0400
committerBen Straub <bs@github.com>2013-11-15 02:10:32 +0400
commit83e1efbf462347dac3e1c884bb0b017d495b6f38 (patch)
treea0ba0fa54e31874ea6353e01a658f67e64c66df8 /tests/pack
parent1782038144ef3413831801bb9c2f3038a84ac6f4 (diff)
Update files that reference tests-clar
Diffstat (limited to 'tests/pack')
-rw-r--r--tests/pack/packbuilder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pack/packbuilder.c b/tests/pack/packbuilder.c
index 54d1e8022..1ae2322a5 100644
--- a/tests/pack/packbuilder.c
+++ b/tests/pack/packbuilder.c
@@ -106,7 +106,7 @@ void test_pack_packbuilder__create_pack(void)
* we create exactly the same pack as git.git does when *not*
* reusing existing deltas (as libgit2).
*
- * $ cd tests-clar/resources/testrepo.git
+ * $ cd tests/resources/testrepo.git
* $ git rev-list --objects HEAD | \
* git pack-objects -q --no-reuse-delta --threads=1 pack
* $ sha1sum git-80e61eb315239ef3c53033e37fee43b744d57122.pack