summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-09-19 15:13:46 +0000
committerJean Delvare <khali@linux-fr.org>2006-09-19 15:13:46 +0000
commit67b0df979f03d64ecdfa0d0224466c1541e9321c (patch)
treee6ef2d9d062075824f2956c777446c4d5484f400 /test
parentca925d2e7fcad12c5b00143dbe8101eff6c907b3 (diff)
downloadquilt-67b0df979f03d64ecdfa0d0224466c1541e9321c.tar.gz
- quilt/scripts/patchfns.in: Drop support for "-pab" in series
file, for it breaks compatibility with previous versions of quilt, and is inconsistent. - test/dir-a-b.test: Drop test case for "-pab" in series file.
Diffstat (limited to 'test')
-rw-r--r--test/dir-a-b.test46
1 files changed, 0 insertions, 46 deletions
diff --git a/test/dir-a-b.test b/test/dir-a-b.test
index 4104510..a1713ce 100644
--- a/test/dir-a-b.test
+++ b/test/dir-a-b.test
@@ -20,52 +20,6 @@
< @@ -1 +0,0 @@
< -d
- $ echo "ab.diff -pab" > patches/series
- $ quilt series
- > patches/ab.diff
-
- $ quilt push -q
- > Applying patch patches/ab.diff
- > Now at patch patches/ab.diff
-
- $ quilt diff --no-index
- > --- a/test.txt
- > +++ b/test.txt
- > @@ -1 +1 @@
- > -a
- > +b
- > --- /dev/null
- > +++ b/test2.txt
- > @@ -0,0 +1 @@
- > +c
- > --- a/test3.txt
- > +++ /dev/null
- > @@ -1 +0,0 @@
- > -d
-
- $ rm -f patches/ab.diff
- $ quilt refresh --no-index
- > Refreshed patch patches/ab.diff
-
- $ cat patches/ab.diff
- > --- a/test.txt
- > +++ b/test.txt
- > @@ -1 +1 @@
- > -a
- > +b
- > --- /dev/null
- > +++ b/test2.txt
- > @@ -0,0 +1 @@
- > +c
- > --- a/test3.txt
- > +++ /dev/null
- > @@ -1 +0,0 @@
- > -d
-
- $ quilt pop -qR
- > Removing patch patches/ab.diff
- > No patches applied
-
$ echo "ab.diff" > patches/series
$ quilt push -q