summaryrefslogtreecommitdiffstats
path: root/test/new-nosubdir.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/new-nosubdir.test')
-rw-r--r--test/new-nosubdir.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/new-nosubdir.test b/test/new-nosubdir.test
new file mode 100644
index 0000000..e1008f3
--- /dev/null
+++ b/test/new-nosubdir.test
@@ -0,0 +1,11 @@
+ $ mkdir d
+ $ cd d
+
+ $ mkdir patches sub
+ $ cd sub
+ $ quilt new here.diff
+ > Warning: directory ../../patches exists; ignoring
+ > Patch here.diff is now on top
+
+ $ cd ../..
+ $ rm -rf d