]> git.ipfire.org Git - ipfire-2.x.git/blame - src/patches/krb5-1.18.3_remove_known_failed_test.patch
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / src / patches / krb5-1.18.3_remove_known_failed_test.patch
CommitLineData
50752f1b 1Submitted By: linuxfromscratch DOT org
2Date: 2020-11-19
3Initial Package Version: 1.18.3
4Origin: http://www.linuxfromscratch.org/blfs/view/svn/postlfs/mitkrb.html
5Description: Patch removes a test that is known to fail.
6
7diff --color -Nur krb5-1.18.3.orig/src/plugins/kdb/db2/libdb2/test/run.test krb5-1.18.3/src/plugins/kdb/db2/libdb2/test/run.test
8--- krb5-1.18.3.orig/src/plugins/kdb/db2/libdb2/test/run.test 2020-12-07 04:58:27.210999666 +0100
9+++ krb5-1.18.3/src/plugins/kdb/db2/libdb2/test/run.test 2020-12-07 04:58:48.579210832 +0100
10@@ -38,7 +38,7 @@
11 find $bindir -type f -exec test -r {} \; -print | head -100 > $BINFILES
12
13 if [ $# -eq 0 ]; then
14- for t in 1 2 3 4 5 6 7 8 9 10 11 12 13 20 40 41 50 60 61 62 63; do
15+ for t in 1 2 3 4 5 6 7 8 9 10 11 13 20 40 41 50 60 61 62 63; do
16 test$t
17 done
18 else