From 3fbc7c4000e016cb0f5278e30d33f7d4f482aeb5 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Mon, 15 Oct 2007 13:28:59 +0000 Subject: - quilt/main.in: Add a --signature flag that allows to override the signature used. (The test suite still depended on the .signature file of the user runnig it; fixed now.) --- test/test.quiltrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.quiltrc') diff --git a/test/test.quiltrc b/test/test.quiltrc index 62e8489..3c4a5c3 100644 --- a/test/test.quiltrc +++ b/test/test.quiltrc @@ -1,6 +1,6 @@ # Define this to generate diffs without timestamps. QUILT_DIFF_ARGS="--no-timestamps" QUILT_REFRESH_ARGS="--no-timestamps" -QUILT_MAIL_ARGS="--charset=UTF-8 --sender a@b.c" +QUILT_MAIL_ARGS="--charset=UTF-8 --sender a@b.c --signature=-" QUILT_PATCHES_PREFIX=yes -- cgit