diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-03-07 01:59:54 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-03-07 01:59:55 +0100 |
commit | 19ea7228b0b6a7a573f3601f4cafbf2d07078b34 (patch) | |
tree | 0a791068776c80b6a433c1b036ee8c064b8f9141 /t/README | |
parent | Merge branch 'en/combined-all-paths' (diff) | |
parent | test: caution on our version of 'yes' (diff) | |
download | git-19ea7228b0b6a7a573f3601f4cafbf2d07078b34.tar.xz git-19ea7228b0b6a7a573f3601f4cafbf2d07078b34.zip |
Merge branch 'jc/test-yes-doc'
Test doc update.
* jc/test-yes-doc:
test: caution on our version of 'yes'
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -932,6 +932,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 ------------- |