From 71d64f6c066574e47dfc0363efc576dd21474f8e Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Thu, 10 Jun 2004 20:08:37 +0000 Subject: - Add meta-data version check/upgrade code from Martin Quinson and me; new `quilt upgrade' command. - Handle new/removed files correctly in generated patches: If the old or new file is missing, the file name in the patch should be /dev/null. Fix test suite accordingly, and add test/create-delete.diff. GNU patch recognizes this, and does additional file existance tests when a patch creates/deletes a file. Also use the --label option of GNU diff instead of hand-editing file name headers. - Add test/Makefile for running the test suite. Note: The tests run against the installed version of quilt! - Bump version to 0.34. --- test/fold.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/fold.test') diff --git a/test/fold.test b/test/fold.test index 0695909..331138a 100644 --- a/test/fold.test +++ b/test/fold.test @@ -38,13 +38,13 @@ $ quilt diff | sed -e "s/\\t.*//" > Index: d/dir/file3.txt > =================================================================== - > --- d.orig/dir/file3.txt + > --- /dev/null > +++ d/dir/file3.txt > @@ -0,0 +1 @@ > +This is file3.txt. > Index: d/file1.txt > =================================================================== - > --- d.orig/file1.txt + > --- /dev/null > +++ d/file1.txt > @@ -0,0 +1 @@ > +This is file1.txt. -- cgit