summaryrefslogtreecommitdiffstats
path: root/test/formats.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/formats.test')
-rw-r--r--test/formats.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/formats.test b/test/formats.test
index bcb6c82..af8ad4d 100644
--- a/test/formats.test
+++ b/test/formats.test
@@ -34,6 +34,17 @@
> 4
> 5
+ $ quilt diff --no-index
+ > --- d.orig/test.txt
+ > +++ d/test.txt
+ > @@ -1,5 +1,5 @@
+ > 1
+ > 2
+ > -old
+ > +new
+ > 4
+ > 5
+
$ quilt diff -R
> Index: d/test.txt
> ===================================================================