summaryrefslogtreecommitdiffstats
path: root/test/import.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/import.test')
-rw-r--r--test/import.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/import.test b/test/import.test
index d093d2d..cebbe3b 100644
--- a/test/import.test
+++ b/test/import.test
@@ -229,7 +229,8 @@
> No patches applied
# Test importing multiple patches at once
- $ rm -rf .pc patches
+ $ rm -rf patches/ .pc/
+ $ mkdir patches
$ quilt import t/patch1.diff t/patchR.diff
> Importing patch t/patch1.diff (stored as patches/patch1.diff)
> Importing patch t/patchR.diff (stored as patches/patchR.diff)
@@ -238,7 +239,8 @@
> patch1.diff
> patchR.diff
- $ rm -rf .pc patches
+ $ rm -rf patches/ .pc/
+ $ mkdir patches
$ quilt import t/patchR.diff
> Importing patch t/patchR.diff (stored as patches/patchR.diff)
$ quilt import t/patch1.diff