This file was edited by applying: expand -i | unexpand --first-only | sed "s/ *$//" to the file. No change to test outputs or status code was observed. Signed-off-by: Jon Seymour <jon.seymour@xxxxxxxxx> --- t/t1300-repo-config.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/t1300-repo-config.sh b/t/t1300-repo-config.sh index 3e140c1..b835552 100755 --- a/t/t1300-repo-config.sh +++ b/t/t1300-repo-config.sh @@ -588,7 +588,7 @@ test_expect_success bool ' do git config --bool --get bool.true$i >>result git config --bool --get bool.false$i >>result - done && + done && cmp expect result' test_expect_success 'invalid bool (--get)' ' -- 1.7.6.362.gf0e6 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html