From: Zac Medico Date: Tue, 18 Oct 2011 05:37:11 +0000 (-0700) Subject: tests/repoman: fix 'unknown revision' git msgs X-Git-Tag: v2.2.0_alpha69~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be67c3eac359d9e661db3b4f0310002e1dd39931;p=portage.git tests/repoman: fix 'unknown revision' git msgs --- diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests/repoman/test_simple.py index 534f0917b..172c22d93 100644 --- a/pym/portage/tests/repoman/test_simple.py +++ b/pym/portage/tests/repoman/test_simple.py @@ -120,10 +120,10 @@ class SimpleRepomanTestCase(TestCase): committer_email = "gentoo-dev@gentoo.org" git_test = ( + ("", repoman_cmd + ("manifest",)), ("", git_cmd + ("config", "--global", "user.name", committer_name,)), ("", git_cmd + ("config", "--global", "user.email", committer_email,)), ("", git_cmd + ("init-db",)), - ("", repoman_cmd + ("manifest",)), ("", git_cmd + ("add", ".")), ("", git_cmd + ("commit", "-a", "-m", "add whole repo")), ("", cp_cmd + (test_ebuild, test_ebuild[:-8] + "2.ebuild")),