Correct some comments in readloose tests Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
diff --git a/tests/t0201-readloose.c b/tests/t0201-readloose.c
index 4f6eade..37e46f4 100644
--- a/tests/t0201-readloose.c
+++ b/tests/t0201-readloose.c
@@ -6,7 +6,7 @@
/*
* read loose objects from the object directory. The objects are
* written using the current object encoding, using an zlib
- * compression level of Z_DEFAULT_COMPRESSION (6). See also
+ * compression level of Z_BEST_SPEED (1). See also
* t0202-readloose.c.
*/
diff --git a/tests/t0202-readloose.c b/tests/t0202-readloose.c
index ae31ebb..744e1c7 100644
--- a/tests/t0202-readloose.c
+++ b/tests/t0202-readloose.c
@@ -6,7 +6,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_BEST_SPEED (1). See also
+ * compression level of Z_DEFAULT_COMPRESSION (6). See also
* t0201-readloose.c.
*
* Note that the tree and tag objects are not actually stored in