]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/README
Merge branch 'js/stress-test-ui-tweak'
[thirdparty/git.git] / t / README
index bd6d22ecc5c9339d589d05ecf86cb392688025d6..656288edcea5a23a5893ade5c2d81ee429eb26e8 100644 (file)
--- a/t/README
+++ b/t/README
@@ -934,6 +934,15 @@ library for your script to use.
    test_oid_init or test_oid_cache.  Providing an unknown key is an
    error.
 
+ - yes [<string>]
+
+   This is often seen in modern UNIX but some platforms lack it, so
+   the test harness overrides the platform implementation with a
+   more limited one.  Use this only when feeding a handful lines of
+   output to the downstream---unlike the real version, it generates
+   only up to 99 lines.
+
+
 Prerequisites
 -------------