summaryrefslogtreecommitdiffstats
path: root/test/fold.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/fold.test')
-rw-r--r--test/fold.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fold.test b/test/fold.test
index aa1a79e..4a3ff1e 100644
--- a/test/fold.test
+++ b/test/fold.test
@@ -2,7 +2,7 @@
$ cat > patches/series
< patch1.diff
-
+
$ cat > patches/patch1.diff
< --- q.orig/file1.txt
< +++ q/file1.txt
@@ -26,7 +26,7 @@
< +++ q/file2.txt
< @@ -1 +0,0 @@
< -This is file2.txt.
- < --- q.orig/dir/file3.txt
+ < --- q.orig/dir/file3.txt
< +++ q/dir/file3.txt
< @@ -0,0 +1 @@
< +This is file3.txt.
@@ -47,7 +47,7 @@
$ cd dir
$ quilt fold -q
- < --- dir.orig/file3.txt
+ < --- dir.orig/file3.txt
< +++ dir/file3.txt
< @@ -1 +1 @@
< -This is file3.txt.