summaryrefslogtreecommitdiffstats
path: root/test/create-delete.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-21 21:44:38 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-21 21:44:38 +0000
commit1455b44c6a3265cbfda24c695eb2dd231faa854b (patch)
tree75901808a622467a5d29c85b281622718d1ba499 /test/create-delete.test
parente9d3b15754c61017423b3abc8cf6baab78d04a7e (diff)
downloadquilt-1455b44c6a3265cbfda24c695eb2dd231faa854b.tar.gz
- GNU patch 2.5 messages differ slightly from the messages of more
recent versions. Recognize the old version's output when fixing patch's output in the push command, and also accept the old version's output in the test suite.
Diffstat (limited to 'test/create-delete.test')
-rw-r--r--test/create-delete.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/create-delete.test b/test/create-delete.test
index 8040f62..7bbfa75 100644
--- a/test/create-delete.test
+++ b/test/create-delete.test
@@ -30,12 +30,12 @@ file creates and deletions.
$ echo create > create
$ rm -f delete
$ patch -p1 --dry-run < patches/test.diff
- > The next patch would create the file create,
+ >~ The next patch would create the file `?create'?,
> which already exists! Assume -R? [n]
> Apply anyway? [n]
> Skipping patch.
- > 1 out of 1 hunk ignored -- saving rejects to file create.rej
- > The next patch would delete the file delete,
+ >~ 1 out of 1 hunk ignored -- saving rejects to (file )?create.rej
+ >~ The next patch would delete the file `?delete'?,
> which does not exist! Assume -R? [n]
> Apply anyway? [n]
> Skipping patch.