summaryrefslogtreecommitdiffstats
path: root/test/remove2.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/remove2.test')
-rw-r--r--test/remove2.test29
1 files changed, 0 insertions, 29 deletions
diff --git a/test/remove2.test b/test/remove2.test
deleted file mode 100644
index 8d99910..0000000
--- a/test/remove2.test
+++ /dev/null
@@ -1,29 +0,0 @@
- $ rm -rf d
- $ mkdir -p d/patches
- $ cd d
-
- $ quilt new remove.patch
- > Patch patches/remove.patch is now on top
-
- $ quilt add foo bar baz
- > File foo added to patch patches/remove.patch
- > File bar added to patch patches/remove.patch
- > File baz added to patch patches/remove.patch
-
- $ echo foo > foo
- $ echo bar > bar
- $ echo baz > baz
- $ quilt remove baz
- > File baz removed from patch patches/remove.patch
-
- $ quilt refresh
- > Refreshed patch patches/remove.patch
-
- $ quilt remove bar
- > File bar removed from patch patches/remove.patch
-
- $ quilt refresh
- > Refreshed patch patches/remove.patch
-
- $ cd ..
- $ rm -rf d