summaryrefslogtreecommitdiffstats
path: root/test/two.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2006-01-27 04:56:22 +0000
committerAndreas Gruenbacher <agruen@suse.de>2006-01-27 04:56:22 +0000
commiteb3b510dfa4cb718c7d8235e2456927d614279b8 (patch)
treeb29d1771b60509d8af79d2103cbfcdb72ac76bb4 /test/two.test
parentadb27b98bbdb196acc171da9dc14f09fff9d035d (diff)
downloadquilt-eb3b510dfa4cb718c7d8235e2456927d614279b8.tar.gz
- Unify existing -p and -n parameters that specify a patch:
always use -P as the option name. Update test suite and the translations accordingly. Patch mostly from Gary V. Vaughan.
Diffstat (limited to 'test/two.test')
-rw-r--r--test/two.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/two.test b/test/two.test
index b0fe485..a93c4e4 100644
--- a/test/two.test
+++ b/test/two.test
@@ -78,7 +78,7 @@
$ quilt refresh
> Refreshed patch %{_P}patch2.diff
- $ quilt add -p patch1 dir/file3
+ $ quilt add -P patch1 dir/file3
> File d/dir/file3 modified by patch %{_P}patch2.diff
$ quilt pop -R
@@ -117,7 +117,7 @@
> @@ -1 +0,0 @@
> -This is file 4.
- $ quilt add -p patch2 file4
+ $ quilt add -P patch2 file4
> File d/file4 modified by patch %{_P}subdir/patch3.diff
$ quilt refresh