Description: Fix failing tests with Debian version of quilt
 Due to the patch "fail_on_missing", Debian's quilt will not
 return the expected output if a patch is empty. Therefore,
 we need to pass "-f" to make it apply the patch anyway.
Author: Dr. Tobias Quathamer <toddy@debian.org>
Forwarded: not-needed
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/altered-series.test
+++ b/test/altered-series.test
@@ -6,7 +6,7 @@
 < 02.patch
 < 03.patch
 
-$ quilt push -q 2
+$ quilt push -fq 2
 > Applying patch patches/01.patch
 > Patch patches/01.patch does not exist; applied empty patch
 > Applying patch patches/02.patch
--- a/test/three.test
+++ b/test/three.test
@@ -202,7 +202,7 @@
 	> Removing patch patches/patch1.diff
 	> No patches applied
 
-	$ quilt push -q 10
+	$ quilt push -fq 10
 	> Applying patch patches/patch1.diff
 	> Applying patch patches/patch2.diff
 	> Applying patch patches/patch3.diff
