From f5c0ffa983e0e446cc465ea06420e551780a3764 Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 4 Nov 2020 19:59:53 +0000 Subject: community/sleuthkit: upgrade to 4.10.1 --- community/sleuthkit/20_disable_failing_tests.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/sleuthkit/20_disable_failing_tests.patch (limited to 'community/sleuthkit/20_disable_failing_tests.patch') diff --git a/community/sleuthkit/20_disable_failing_tests.patch b/community/sleuthkit/20_disable_failing_tests.patch new file mode 100644 index 00000000000..ee648045127 --- /dev/null +++ b/community/sleuthkit/20_disable_failing_tests.patch @@ -0,0 +1,16 @@ +diff --git a/tests/Makefile.am b/tests/Makefile.am +index 8921e12..4f522cd 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -5,9 +5,9 @@ LDADD = ../tsk/libtsk.la + LDFLAGS += -static $(PTHREAD_LIBS) + EXTRA_DIST = .indent.pro runtests.sh + +-check_SCRIPTS = runtests.sh test_libraries.sh ++check_SCRIPTS = runtests.sh + +-TESTS = runtests.sh test_libraries.sh ++TESTS = runtests.sh + + check_PROGRAMS = read_apis fs_fname_apis fs_attrlist_apis fs_thread_test + -- cgit v1.2.3