summaryrefslogtreecommitdiffhomepage
path: root/tests/component
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-31 13:30:18 +0200
committerGuido Günther <agx@sigxcpu.org>2017-08-31 13:50:46 +0200
commitb2092c1e2c9a25d2a480c75e4cfb42235f86a0e8 (patch)
tree7e0b26fc7126df6ae822217a913b5549d98c9bde /tests/component
parent2ca3e379bf8e6bbf1cb76bdf36259e395e03092a (diff)
patch_series: don't let "git mailinfo" sanitize the subject
This would strip away text in []. This improves the import/export round trip. Closes: #872354
Diffstat (limited to 'tests/component')
-rw-r--r--tests/component/rpm/test_pq_rpm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/rpm/test_pq_rpm.py b/tests/component/rpm/test_pq_rpm.py
index 114e6507..15b6d89f 100644
--- a/tests/component/rpm/test_pq_rpm.py
+++ b/tests/component/rpm/test_pq_rpm.py
@@ -109,7 +109,7 @@ class TestPqRpm(RpmRepoTestBase):
# Import
eq_(mock_pq(['import']), 0)
files = ['dummy.sh', 'Makefile', 'README', 'mydir/myfile.txt']
- patches = ['packaging/0001-My-modification.patch', 'my.patch']
+ patches = ['packaging/0001-PATCH-My-modification.patch', 'my.patch']
self._check_repo_state(repo, 'patch-queue/master-orphan', branches,
files)