summaryrefslogtreecommitdiffstats
path: root/test/failpop.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/failpop.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/failpop.test')
-rw-r--r--test/failpop.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/failpop.test b/test/failpop.test
index 9b4cc3d..57c3daa 100644
--- a/test/failpop.test
+++ b/test/failpop.test
@@ -5,23 +5,23 @@
< This is test.txt.
$ quilt new test.diff
- > Patch test is now on top
+ > Patch test.diff is now on top
$ quilt add test.txt
- > File test.txt added to patch test
+ > File test.txt added to patch test.diff
$ cat >> test.txt
< Line two.
$ quilt refresh
- > Refreshed patch test
+ > Refreshed patch test.diff
$ sleep 2
$ sed -e "s/ /_/g" patches/test.diff > patches/test.new
$ mv patches/test.new patches/test.diff
$ quilt pop
- > Patch test does not remove cleanly (enforce with -f).
+ > Patch test.diff does not remove cleanly (enforce with -f).
$ cd ..
$ rm -rf d