summaryrefslogtreecommitdiffstats
path: root/test/fold.test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2004-01-31 13:44:56 +0000
committerAndreas Gruenbacher <agruen@suse.de>2004-01-31 13:44:56 +0000
commit62afdab5581516fb7c6f055572ceb81d4c1cc2e9 (patch)
treef73b5fc7f521c575357a3afe04a89a1de2ab76ec /test/fold.test
parentc4189640171632e4b3812dcc6a82b118c682b6b3 (diff)
downloadquilt-62afdab5581516fb7c6f055572ceb81d4c1cc2e9.tar.gz
- No longer remove common extensions (.dif, .diff, .patch, .gz,
.bz2) from patch names. This allows patches in the same series that only differ by extension, and cleans up the scripts a little. Also don't remove extensions when printing patch names. - Remove unused diffstat code.
Diffstat (limited to 'test/fold.test')
-rw-r--r--test/fold.test8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/fold.test b/test/fold.test
index ec0a256..0695909 100644
--- a/test/fold.test
+++ b/test/fold.test
@@ -27,18 +27,14 @@
< +This is file3.txt.
$ quilt push -q
- > Applying patch1
- > Now at patch patch1
+ > Applying patch1.diff
+ > Now at patch patch1.diff
$ quilt files
> file1.txt
> file2.txt
$ quilt fold -q < patches/patch2.diff
- $ quilt files
- > dir/file3.txt
- > file1.txt
-
$ quilt diff | sed -e "s/\\t.*//"
> Index: d/dir/file3.txt
> ===================================================================