summaryrefslogtreecommitdiffstats
path: root/test/create-delete.test
diff options
context:
space:
mode:
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.