diff --git a/tests/t0202-readloose.c b/tests/t0202-readloose.c index 78abdb650..e33a4bd5f 100644 --- a/tests/t0202-readloose.c +++ b/tests/t0202-readloose.c @@ -8,7 +8,7 @@ * read loose objects from the object directory. The objects are * written using the current object encoding, using an zlib * compression level of Z_BEST_SPEED (1). See also - * t0202-readloose.c. + * t0203-readloose.c. */ static char *odb_dir = "test-objects"; diff --git a/tests/t0203-readloose.c b/tests/t0203-readloose.c index 870880896..0bf364b35 100644 --- a/tests/t0203-readloose.c +++ b/tests/t0203-readloose.c @@ -8,7 +8,7 @@ * read loose objects from the object directory. The objects are * written using the "in-pack" object encoding, using an zlib * compression level of Z_DEFAULT_COMPRESSION (6). See also - * t0201-readloose.c. + * t0202-readloose.c. * * Note that the tree and tag objects are not actually stored in * the "in-pack" format. This is due to a bug in git v1.5.2, since