From be67c3eac359d9e661db3b4f0310002e1dd39931 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 17 Oct 2011 22:37:11 -0700 Subject: tests/repoman: fix 'unknown revision' git msgs --- pym/portage/tests/repoman/test_simple.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")), -- cgit v1.2.3-1-g7c22