From 0a1cbfd526662b0d60ed8dd89127d1b869e3ec6a Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 20 Oct 2011 14:18:34 -0700 Subject: tests/repoman: add skel.ChangeLog --- pym/portage/tests/repoman/test_simple.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit v1.2.3-1-g7c22