summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-02-10 10:00:07 +0100
committerJean Delvare <jdelvare@suse.de>2014-02-10 10:00:07 +0100
commit79233f4a3634d7c80caca82c8de742b14b2ac647 (patch)
tree367a6ac2d19b345b9a0b8435295564c74b362ba0 /test
parent5df0d39bcd087190fe414bef9a7e4055c941bc76 (diff)
downloadquilt-79233f4a3634d7c80caca82c8de742b14b2ac647.tar.gz
Style cleanups
Diffstat (limited to 'test')
-rw-r--r--test/add-filename-check.test2
-rw-r--r--test/space-in-filenames.test6
2 files changed, 4 insertions, 4 deletions
diff --git a/test/add-filename-check.test b/test/add-filename-check.test
index 2d782a3..0c15563 100644
--- a/test/add-filename-check.test
+++ b/test/add-filename-check.test
@@ -1,7 +1,7 @@
$ mkdir patches
$ quilt new test.diff
->Patch patches/test.diff is now on top
+> Patch patches/test.diff is now on top
$ echo foo > foo
$ quilt add foo
diff --git a/test/space-in-filenames.test b/test/space-in-filenames.test
index fa0ddf8..434f147 100644
--- a/test/space-in-filenames.test
+++ b/test/space-in-filenames.test
@@ -1,7 +1,7 @@
$ mkdir patches
$ quilt new test.diff
->Patch patches/test.diff is now on top
+> Patch patches/test.diff is now on top
$ echo foo > foo
$ quilt add foo
@@ -84,14 +84,14 @@ $ quilt grep new
$ quilt grep " "
> a: b [c]:new line
-$quilt remove "a: b [c]"
+$ quilt remove "a: b [c]"
> File a: b [c] removed from patch patches/test.diff
$ quilt files
> foo
> foo bar
-$quilt remove "foo bar"
+$ quilt remove "foo bar"
> File foo bar removed from patch patches/test.diff
$ quilt files