summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-06-08 15:31:19 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-06-08 15:31:19 +0000
commite661b1ad2b5289110262640ae9fb3fd0f396872f (patch)
tree6fde406c44f40896c62d1b4f6a3f290138f34581 /test
parentaf2edcd6525bc73c69d086beb64da8daaed07c1d (diff)
downloadquilt-e661b1ad2b5289110262640ae9fb3fd0f396872f.tar.gz
- Add testcase for diff --no-index.
Diffstat (limited to '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
> ===================================================================