summaryrefslogtreecommitdiffstats
path: root/test/example1.test
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2017-05-09 16:54:43 +0200
committerJean Delvare <jdelvare@suse.de>2017-05-09 16:54:43 +0200
commitce137ed78de177a92a867979cdea8aabc9e43a32 (patch)
tree7418e87ecb3ed3e965b9d1cd31b84bd1e10f60ac /test/example1.test
parentb955b0fd720f12bccfa7805af36e7097238f9204 (diff)
downloadquilt-ce137ed78de177a92a867979cdea8aabc9e43a32.tar.gz
test: Drop incorrect uses of %{P}
%{P} only makes sense when checking the output of a quilt command. The value of QUILT_PATCHES_PREFIX can obviously not affect what the user is writing on the command line, nor the output of other commands. Signed-off-by: Jean Delvare <jdelvare@suse.de>
Diffstat (limited to 'test/example1.test')
-rw-r--r--test/example1.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example1.test b/test/example1.test
index 582530c..09e9edc 100644
--- a/test/example1.test
+++ b/test/example1.test
@@ -88,7 +88,7 @@ Or ``quilt edit Oberon.txt''
>
> No patches applied
- $ quilt files %{P}flower.diff
+ $ quilt files patches/flower.diff
> Oberon.txt
$ sed -e "s/girls/maidens/" Oberon.txt > Oberon.new