From: Yann Dirson Date: Mon, 19 Feb 2007 22:22:54 +0000 (+0100) Subject: Support for pre-1.5 git in stgit tests. X-Git-Tag: v0.12.1~7 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/178426c492a38c81eeac55b90dca5aa3b8a23492?ds=inline Support for pre-1.5 git in stgit tests. Support for older Git versions was broken in 5cd9e87faa0a116ce2b378be6a5c89d5f20629f1 (post 0.12). Signed-off-by: Yann Dirson --- diff --git a/t/t1900-mail.sh b/t/t1900-mail.sh index 4be7270..3eed7f8 100755 --- a/t/t1900-mail.sh +++ b/t/t1900-mail.sh @@ -6,7 +6,7 @@ test_description='Test the mail command' test_expect_success \ 'Initialize the StGIT repository' \ ' - git config stgit.sender "A U Thor " && + git repo-config stgit.sender "A U Thor " && for i in 1 2 3 4 5; do touch foo.txt && echo "line $i" >> foo.txt &&