From 282ae114f3be6d1ed6f15cfb15508029e560df97 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Fri, 28 Feb 2014 14:14:42 +0100 Subject: test: Drop stray slashes %{P} already has a trailing slash. --- test/delete.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/delete.test') diff --git a/test/delete.test b/test/delete.test index e7029ad..77f2e94 100644 --- a/test/delete.test +++ b/test/delete.test @@ -69,7 +69,7 @@ Test the delete command. $ quilt series # Force the pop operaton to fail - $ echo "test3" > %{P}/series + $ echo "test3" > %{P}series $ echo "test3" > .pc/applied-patches $ mkdir -p .pc/test3/dir $ touch .pc/test3/dir/file -- cgit