summaryrefslogtreecommitdiffstats
path: root/test/import.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/import.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/import.test')
-rw-r--r--test/import.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/import.test b/test/import.test
index 0be055d..3a11930 100644
--- a/test/import.test
+++ b/test/import.test
@@ -84,7 +84,7 @@
$ quilt delete patch1
> Removed patch patches/patch1.diff
- $ cat %{P}series
+ $ cat patches/series
> patch2.diff
# test a few error cases
@@ -149,7 +149,7 @@
> patch2.diff
> series
- $ cat %{P}series
+ $ cat patches/series
> patch1.patch
> patch2.diff