From: Zac Medico Date: Thu, 20 Oct 2011 21:18:34 +0000 (-0700) Subject: tests/repoman: add skel.ChangeLog X-Git-Tag: v2.2.0_alpha70~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0a1cbfd526662b0d60ed8dd89127d1b869e3ec6a;p=portage.git tests/repoman: add skel.ChangeLog --- diff --git a/pym/portage/tests/repoman/test_simple.py b/pym/portage/tests/repoman/test_simple.py index 68681b33f..83de883e1 100644 --- a/pym/portage/tests/repoman/test_simple.py +++ b/pym/portage/tests/repoman/test_simple.py @@ -177,6 +177,8 @@ class SimpleRepomanTestCase(TestCase): try: for d in dirs: ensure_dirs(d) + with open(os.path.join(portdir, "skel.ChangeLog"), 'w') as f: + f.write(copyright_header) with open(os.path.join(profiles_dir, "profiles.desc"), 'w') as f: for x in profiles: f.write("%s %s %s\n" % x)