From 79233f4a3634d7c80caca82c8de742b14b2ac647 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 10 Feb 2014 10:00:07 +0100 Subject: Style cleanups --- test/space-in-filenames.test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/space-in-filenames.test') 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 -- cgit