diff options
author | Mathias Lafeldt <misfire@debugon.org> | 2011-03-09 21:25:09 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-09 12:53:13 -0800 |
commit | 681186ae3ab340dd684b1d9e09b457baeb2331f9 (patch) | |
tree | 581582b69045347fdc5b14de181908e4d2e37d69 | |
parent | ls-remote documentation: <refs> argument is optional (diff) | |
download | tgif-681186ae3ab340dd684b1d9e09b457baeb2331f9.tar.xz |
Fix typo in t/README
Signed-off-by: Mathias Lafeldt <misfire@debugon.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | t/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -328,7 +328,7 @@ Keep in mind: Skipping tests -------------- -If you need to skip tests you should do so be using the three-arg form +If you need to skip tests you should do so by using the three-arg form of the test_* functions (see the "Test harness library" section below), e.g.: |