summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-15 18:24:40 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-16 01:24:25 +0000
commit24f513d989f503cc52eca756d15d47eaa2672918 (patch)
tree52b291c701ebf562bc08589420ad631f3378ba3d /tests
parent64d0fd9f4b74e76e4925edd59497960f0fe60314 (diff)
test suite: gitattributes: Test source format 1.0 with diff
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/tests/gitattributes8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes
index 7452082..c8d1b0a 100755
--- a/tests/tests/gitattributes
+++ b/tests/tests/gitattributes
@@ -129,6 +129,14 @@ native_convert () { :; }
sfmt_setup 1.1 native
sfmt_import norm
+: ----- test 1.0 diff -----
+
+diff_addpatch () { :; }
+diff_convert () { :; }
+
+sfmt_setup 1.1 diff
+sfmt_import norm
+
: ----- test "3.0 (quilt)"
quilt_addpatch () {