summaryrefslogtreecommitdiff
path: root/tests/tests/quilt
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-09 01:06:32 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-10-10 01:01:10 +0100
commit47058aec784f7f3fba920567d634eb61c0a24712 (patch)
treef5528b7a6f2b2fcd72d5b1f9162b5c56af541df7 /tests/tests/quilt
parent63e1280c70d6a63a9744010c7ef690c14d95dd29 (diff)
Quilt output: Produce output like git-format-patch
Do not .-convert the message and stuff it in Description. Instead, generate a normal-looking patch with From and Subject. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests/tests/quilt')
-rwxr-xr-xtests/tests/quilt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/quilt b/tests/tests/quilt
index e11e1ad..37cb8d1 100755
--- a/tests/tests/quilt
+++ b/tests/tests/quilt
@@ -46,7 +46,7 @@ zorkmid-options-=-42
END
for f in `cat debian/patches/series`; do
- egrep -q '^Author.*ijackson@chiark' debian/patches/$f
+ egrep -q '^From.*ijackson@chiark' debian/patches/$f
done
t-822-field ../${p}_${v}_*.changes Changes |