summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/tests/repoman/test_simple.py2
1 files changed, 2 insertions, 0 deletions
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)