summary refs log tree commit diff
path: root/pkgs/tools/filesystems/cryfs/test-no-network.patch
blob: 3392d3f855ec4f409810c64895b055442b26b482 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 8b1808e1278d2cb0dc56a4e98781eceeadfb9718 Mon Sep 17 00:00:00 2001
From: adisbladis <adis@blad.is>
Date: Thu, 12 Oct 2017 18:13:28 +0800
Subject: [PATCH] Disable tests using external networking

---
 test/cpp-utils/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/cpp-utils/CMakeLists.txt b/test/cpp-utils/CMakeLists.txt
index 5a2bc9f8..d838edba 100644
--- a/test/cpp-utils/CMakeLists.txt
+++ b/test/cpp-utils/CMakeLists.txt
@@ -20,7 +20,6 @@ set(SOURCES
     tempfile/TempFileIncludeTest.cpp
     tempfile/TempDirIncludeTest.cpp
     tempfile/TempDirTest.cpp
-    network/CurlHttpClientTest.cpp
     network/FakeHttpClientTest.cpp
     io/ConsoleIncludeTest.cpp
     io/ConsoleTest_AskYesNo.cpp
-- 
2.14.2