chiark / gitweb /
replace "git repo-config" usage by "git config"
[stgit] / t / t1900-mail.sh
index e83b2d3405a6b38836b1990417e875052b91a67f..cfdc6f36e770fb0e82cde3c9f1c85033f61700ee 100755 (executable)
@@ -6,7 +6,7 @@ test_description='Test the mail command'
 test_expect_success \
     'Initialize the StGIT repository' \
     '
-    git repo-config stgit.sender "A U Thor <author@example.com>" &&
+    git 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 &&