1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Hilko Bengen <bengen@debian.org>
Date: Sun, 12 Aug 2018 13:12:47 +0200
Subject: Disable test_libraries.sh
It fetches test data over the network.
---
tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8921e12..b8088e8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,7 +7,7 @@ EXTRA_DIST = .indent.pro runtests.sh
check_SCRIPTS = runtests.sh test_libraries.sh
-TESTS = runtests.sh test_libraries.sh
+TESTS = runtests.sh
check_PROGRAMS = read_apis fs_fname_apis fs_attrlist_apis fs_thread_test
|