chiark / gitweb /
Support for pre-1.5 git in stgit tests.
authorYann Dirson <ydirson@altern.org>
Mon, 19 Feb 2007 22:22:54 +0000 (23:22 +0100)
committerCatalin Marinas <catalin.marinas@gmail.com>
Wed, 21 Feb 2007 18:31:05 +0000 (18:31 +0000)
Support for older Git versions was broken in
5cd9e87faa0a116ce2b378be6a5c89d5f20629f1 (post 0.12).

Signed-off-by: Yann Dirson <ydirson@altern.org>
t/t1900-mail.sh

index 4be7270ca8c173dd2154cdcb2406cc0e692c1c61..3eed7f8a89dbd781ffbe8b52504015c1a7ec07a0 100755 (executable)
@@ -6,7 +6,7 @@ test_description='Test the mail command'
 test_expect_success \
     'Initialize the StGIT repository' \
     '
-    git config stgit.sender "A U Thor <author@example.com>" &&
+    git repo-config stgit.sender "A U Thor <author@example.com>" &&
     for i in 1 2 3 4 5; do
       touch foo.txt &&
       echo "line $i" >> foo.txt &&