diff options
author | Jeff King <peff@peff.net> | 2011-10-12 14:29:20 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-10-12 11:53:31 -0700 |
commit | 5a953fc5d1df1fabb5b8ce9f3c884c424ef4f89a (patch) | |
tree | af4f3bcc998aaf9274128dc3f9e19a862105055e /t/t9117-git-svn-init-clone.sh | |
parent | Git 1.7.7 (diff) | |
download | tgif-5a953fc5d1df1fabb5b8ce9f3c884c424ef4f89a.tar.xz |
t1300: put git invocations inside test function
This is a very old script, and did a lot of:
echo whatever >expect
git config foo bar
test_expect_success 'cmp .git/config expect'
which meant that we didn't actually check that the call to
git-config succeeded. Fix this, and while we're at it,
modernize the style to use test_cmp.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t9117-git-svn-init-clone.sh')
0 files changed, 0 insertions, 0 deletions