From a35bc4307d0b30bcf7c62a70c30c4fa3f1f722f9 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 3 May 2009 15:37:44 +0100 Subject: [PATCH] Updated tests for GIT 1.6 --- tests/testrelease.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/testrelease.py b/tests/testrelease.py index 24e9af7..2a0c9f7 100755 --- a/tests/testrelease.py +++ b/tests/testrelease.py @@ -62,10 +62,10 @@ class TestRelease(unittest.TestCase): assert child.returncode != 0 assert "Uncommitted changes!" in stderr - def testUncommitted(self): + def testActions(self): support.check_call(['tar', 'xzf', test_repo_actions]) os.chdir('hello') - support.check_call(['git-commit', '-a', '-m', 'Added release instructions']) + support.check_call(['git', 'commit', '-a', '-m', 'Added release instructions']) os.chdir('..') make_releases_dir() -- 2.11.4.GIT