summaryrefslogtreecommitdiffstats
path: root/test/reorder.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/reorder.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/reorder.test')
-rw-r--r--test/reorder.test10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/reorder.test b/test/reorder.test
index 7acdf45..154e2e9 100644
--- a/test/reorder.test
+++ b/test/reorder.test
@@ -20,11 +20,11 @@ Regression test: Quilt did reorder files in patches.
$ cat > patches/series
< test.diff -p0
$ quilt push -q
- > Applying test
- > Now at patch test
+ > Applying test.diff
+ > Now at patch test.diff
$ quilt pop -q
- > Removing test
+ > Removing test.diff
> No patches applied
$ echo one > h
@@ -37,8 +37,8 @@ Regression test: Quilt did reorder files in patches.
< +two
$ quilt push -q
- > Applying test
- > Now at patch test
+ > Applying test.diff
+ > Now at patch test.diff
$ quilt files
> g