summaryrefslogtreecommitdiffstats
path: root/test/new-nosubdir.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-02-20 14:30:45 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-02-20 14:30:45 +0000
commitbd0773bed9c43affd7f0af8b04fa9850bdd588b2 (patch)
tree381c147a8a42ed8f595c0446f8f67fcb31e29ad8 /test/new-nosubdir.test
parent2e083b83410563b1bc5ff8b2379315178ccc7bfd (diff)
downloadquilt-bd0773bed9c43affd7f0af8b04fa9850bdd588b2.tar.gz
- Sub-directory support:
+ Fix another bug that triggers when /patches exists. + Working in sub-directories: Force `quilt new' to always create the new patch in the current working directory even if there is a patches/ sub-directory further up the directory tree. This should restore the behavior from before Jan 28 very well. - quilt files, diff, refresh: Sort the files in the patch alphabetically.
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