summaryrefslogtreecommitdiffstats
path: root/test/create-delete.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-06-15 21:22:03 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-06-15 21:22:03 +0200
commitc60ec97737f46fda9fa9cb96f874768f5ccfb57b (patch)
treeb3624bbf78f8fa61cfee1cf1b7f0d1e3acc31a47 /test/create-delete.test
parent5146fe9c64319d49edbc05eacedc4e87f151476d (diff)
downloadquilt-c60ec97737f46fda9fa9cb96f874768f5ccfb57b.tar.gz
Minor test suite update
Recognize the output of more recent versions of patch, and set the coreutils quoting style instead of matching different quoting styles.
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 7bbfa75..fbd5543 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.