summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/delete.test2
-rw-r--r--test/three.test2
2 files changed, 2 insertions, 2 deletions
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
diff --git a/test/three.test b/test/three.test
index 4a04982..204b1c1 100644
--- a/test/three.test
+++ b/test/three.test
@@ -157,7 +157,7 @@
$ quilt diff -P patch1 --combine patch2
> Patch patches/patch2.diff not applied before patch patches/patch1.diff
- $ echo patch3.diff >> %{P}/series
+ $ echo patch3.diff >> %{P}series
$ quilt diff -P patch1 --combine patch3
> Patch patches/patch3.diff is not applied