commit: 1dd225f7f54972656bb82e75341bcd44c439f3e1 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Apr 26 10:38:19 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Apr 26 20:39:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd225f7
app-misc/icdiff: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Part-of: https://github.com/gentoo/gentoo/pull/41761 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> app-misc/icdiff/files/icdiff-2.0.6-tests.patch | 40 -------------------------- 1 file changed, 40 deletions(-) diff --git a/app-misc/icdiff/files/icdiff-2.0.6-tests.patch b/app-misc/icdiff/files/icdiff-2.0.6-tests.patch deleted file mode 100644 index d45073ebbd86..000000000000 --- a/app-misc/icdiff/files/icdiff-2.0.6-tests.patch +++ /dev/null @@ -1,40 +0,0 @@ -diff --git a/test.sh b/test.sh -index 317a752..10456ff 100755 ---- a/test.sh -+++ b/test.sh -@@ -158,9 +158,9 @@ check_gold 0 gold-identical-on.txt tests/input-{1,1}.txt -s - check_gold 2 gold-bad-encoding.txt tests/input-{1,2}.txt --encoding=nonexistend_encoding - check_gold 0 gold-recursive-with-exclude.txt --recursive -x c tests/{a,b} --cols=80 - check_gold 1 gold-recursive-with-exclude2.txt --recursive -x 'excl*' tests/test-with-exclude/{a,b} --cols=80 --check_gold 0 gold-exit-process-sub tests/input-1.txt <(cat tests/input-1.txt) --cols=80 -+check_gold 0 gold-exit-process-sub tests/input-1.txt <(cat tests/input-1.txt) --no-headers --cols=80 - --rm tests/permissions-{a,b} -+rm -f tests/permissions-{a,b} - touch tests/permissions-{a,b} - check_gold 0 gold-permissions-same.txt tests/permissions-{a,b} -P --cols=80 - -@@ -173,7 +173,7 @@ check_gold 1 gold-permissions-diff-text.txt tests/permissions-{a,b} -P --cols=80 - - echo -e "\04" >> tests/permissions-b - check_gold 1 gold-permissions-diff-binary.txt tests/permissions-{a,b} -P --cols=80 --rm tests/permissions-{a,b} -+rm -f tests/permissions-{a,b} - - if git show 4e86205629 &> /dev/null; then - # We're in the repo, so test git. -@@ -209,7 +209,7 @@ function ensure_installed() { - - ensure_installed "black" - echo 'Running black formatter...' --if ! black icdiff --line-length 79 --check; then -+if ! black icdiff --quiet --line-length 79 --check; then - echo "" - echo 'Consider running `black icdiff --line-length 79`' - fail -diff --git a/tests/gold-exit-process-sub b/tests/gold-exit-process-sub -index 3885e20..e69de29 100644 ---- a/tests/gold-exit-process-sub -+++ b/tests/gold-exit-process-sub -@@ -1 +0,0 @@ --[0;34mtests/input-1.txt[m [0;34m/dev/fd/63[m
