summaryrefslogtreecommitdiff
path: root/tests/13_test_gbp_pq.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/13_test_gbp_pq.py')
-rw-r--r--tests/13_test_gbp_pq.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/13_test_gbp_pq.py b/tests/13_test_gbp_pq.py
index 57ce83b..d8f76dc 100644
--- a/tests/13_test_gbp_pq.py
+++ b/tests/13_test_gbp_pq.py
@@ -120,6 +120,8 @@ class TestWritePatch(testutils.DebianGitTestRepo):
opts)[0]
expected = os.path.join(str(d), 'gbptest', 'added-foo.patch')
+ self.assertEqual(os.path.basename(patchfile),
+ 'added-foo.patch')
self.assertTrue(os.path.exists(expected))
logging.debug(open(expected).read())