From 40155debf7d5f16e82cd95541de8676a919cb146 Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Thu, 26 Sep 2019 16:14:02 +0000 Subject: testing/icdiff: upgrade to 1.9.5 --- testing/icdiff/disable-git-diff-test.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testing/icdiff/disable-git-diff-test.patch (limited to 'testing/icdiff/disable-git-diff-test.patch') diff --git a/testing/icdiff/disable-git-diff-test.patch b/testing/icdiff/disable-git-diff-test.patch new file mode 100644 index 0000000000..fc28d3ebfe --- /dev/null +++ b/testing/icdiff/disable-git-diff-test.patch @@ -0,0 +1,15 @@ +This test is failing because it assumes to be run in it's own repository. + +See https://github.com/jeffkaufman/icdiff/issues/166 +diff --git a/test.sh b/test.sh +index 99729d7234..bad21cd213 100755 +--- a/test.sh ++++ b/test.sh +@@ -144,7 +144,6 @@ check_gold gold-subcolors-bad-color tests/input-{1,2}.txt --cols=80 --color-map= + check_gold gold-subcolors-bad-cat tests/input-{1,2}.txt --cols=80 --color-map='chnge:magenta,description:cyan_bold' + check_gold gold-subcolors-bad-fmt tests/input-{1,2}.txt --cols=80 --color-map='change:magenta:gold,description:cyan_bold' + check_gold gold-bad-encoding.txt tests/input-{1,2}.txt --encoding=nonexistend_encoding +-check_git_diff gitdiff-only-newlines.txt 4e86205629~1 4e86205629 + + # Testing pipe behavior doesn't fit well with the check_gold system + $INVOCATION tests/input-{4,5}.txt 2>/tmp/icdiff-pipe-error-output | head -n 1 -- cgit v1.2.3