summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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