summaryrefslogtreecommitdiff
path: root/pbr/tests/test_packaging.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-08-04 15:17:24 +0000
committerGerrit Code Review <review@openstack.org>2013-08-04 15:17:24 +0000
commit344187c8a72125a2abcec02f5e17846d8357ec99 (patch)
treebeb13c905d0feb51a24d2c7d480ccaed1e13bb1d /pbr/tests/test_packaging.py
parent9004973d42867a215043b0b8654983efc02d0d17 (diff)
parent44ba87493d2c3ccf9e1af541284365ea44f911ac (diff)
downloadpbr-344187c8a72125a2abcec02f5e17846d8357ec99.tar.gz
Merge "Improve AUTHORS file generation"
Diffstat (limited to 'pbr/tests/test_packaging.py')
-rw-r--r--pbr/tests/test_packaging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbr/tests/test_packaging.py b/pbr/tests/test_packaging.py
index 7461c0f..562b10e 100644
--- a/pbr/tests/test_packaging.py
+++ b/pbr/tests/test_packaging.py
@@ -79,7 +79,7 @@ class TestPackagingInGitRepoWithoutCommit(tests.BaseTestCase):
# No commits, no authors in list
with open(os.path.join(self.package_dir, 'AUTHORS'), 'r') as f:
body = f.read()
- self.assertEqual(body, '')
+ self.assertEqual(body, '\n')
def test_changelog(self):
# No commits, nothing should be in the ChangeLog list