Subject: Force the sender in the "quilt mail" test suite
 That way it works even on misconfigured systems that do
 not have a FQDN configured and where "hostname -f"
 just returns the non-qualified hostname.
Bug-Debian: http://bugs.debian.org/393985

---
 test/mail.test |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- a/test/mail.test
+++ b/test/mail.test
@@ -10,7 +10,7 @@
 
 	$ cat no-subject > patches/1.diff
 	$ ls patches/ > series
-	$ quilt mail --mbox mbox --prefix "test" --subject "This is a test" -m "Message"
+	$ quilt mail --sender quilt@noreply.org --mbox mbox --prefix "test" --subject "This is a test" -m "Message"
 	> Unable to extract a subject header from patches/1.diff
 
 	$ cat - no-subject > patches/1.diff
@@ -19,7 +19,7 @@
 	< Acked-by: Dummy <dummy@some.where>
 	<
 
-	$ quilt mail --mbox mbox --prefix "test" -m "Message"
+	$ quilt mail --sender quilt@noreply.org --mbox mbox --prefix "test" -m "Message"
 	> Introduction has no subject header
 
 	$ cat - no-subject > patches/2.diff
