On Sat, Oct 11, 2008 at 03:47:22PM +0200, Wolfram Sang wrote:
> The test for import did not always recreate a patches-dir inside the temporary
> location, so it would fail if you modified quilt using quilt.
> 
> Signed-off-by: Wolfram Sang <[EMAIL PROTECTED]>
> ---
>  test/import.test |    6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> Index: quilt/test/import.test
> ===================================================================
> --- quilt.orig/test/import.test
> +++ quilt/test/import.test
> @@ -229,7 +229,8 @@
>       > No patches applied
>  
>       # Test importing multiple patches at once
> -     $ rm -rf .pc patches
> +     $ rm -rf patches/ .pc/
> +     $ mkdir patches
>       $ quilt import t/patch1.diff t/patchR.diff
>       > Importing patch t/patch1.diff (stored as patches/patch1.diff)
>       > Importing patch t/patchR.diff (stored as patches/patchR.diff)
> @@ -238,7 +239,8 @@
>       > patch1.diff
>       > patchR.diff
>  
> -     $ rm -rf .pc patches
> +     $ rm -rf patches/ .pc/
> +     $ mkdir patches
>       $ quilt import t/patchR.diff
>       > Importing patch t/patchR.diff (stored as patches/patchR.diff)
>       $ quilt import t/patch1.diff
> 

I stumbled on this one, too, earlier this week.  I'd forgotten about your
collection of patches, and made my own.

Andreas, it would be nice to have this one integrated.

Dean


_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to