From ce137ed78de177a92a867979cdea8aabc9e43a32 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 9 May 2017 16:54:43 +0200 Subject: 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 --- test/import.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/import.test') 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 -- cgit