mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
testing/icdiff: upgrade to 1.9.5
This commit is contained in:
parent
379c28e2d5
commit
40155debf7
2 changed files with 20 additions and 3 deletions
15
testing/icdiff/disable-git-diff-test.patch
Normal file
15
testing/icdiff/disable-git-diff-test.patch
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue