chiark / gitweb /
test suite: gitattributes: More testing of clone: check for message (#851624)
[dgit.git] / tests / tests / gitattributes
index 6197dbd5231727ba17c1694d6ffdeb0eea435de9..22430871f7f8c886b798a1906d1acd193b731861 100755 (executable)
@@ -178,6 +178,7 @@ sfmt_import () {
 
        t-dgit-warn-check 1 $dgitargs import-dsc ../$dscf +$branch
        git checkout $branch
+       touch af/*
        git reset --hard
 
        sums_check
@@ -243,4 +244,13 @@ sums_check_broken
 
 cd ..
 
+t-dgit-warn-check 1 clone $p sid $p.clone
+
+cd $p.clone
+sums=sums.clone
+branch=dgit/sid
+sums_check
+
+cd ..
+
 #t-ok