From 0de90d6589a4e11bdae9a6f8f1bab65156ea7c19 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 20 Jun 2018 14:13:24 +0100 Subject: [PATCH] test suite: gitattributes: Test that old macros are updated Signed-off-by: Ian Jackson --- tests/tests/gitattributes | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/tests/gitattributes b/tests/tests/gitattributes index 416206b2..0b361ada 100755 --- a/tests/tests/gitattributes +++ b/tests/tests/gitattributes @@ -262,4 +262,24 @@ sums_check cd .. +t-dgit-warn-check 0 -cdgit.default.setup-gitattributes=false \ + clone $p sid $p.clone.old + +cd $p.clone.old + +mkdir -p .git/info +cat >.git/info/attributes <<'END' +* dgit-defuse-attrs +[attr]dgit-defuse-attrs -text -eol -crlf -ident -filter +# ^ see GITATTRIBUTES in dgit(7) and dgit setup-new-tree in dgit(1) +END + +t-dgit setup-gitattributes +git reset --hard + +sums=sums.old +sums_check + +cd .. + t-ok -- 2.30.2