File: disable_is_localhost_test.patch

package info (click to toggle)
sogo 5.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 87,916 kB
  • sloc: objc: 114,994; javascript: 75,438; sh: 2,330; ansic: 2,041; perl: 861; python: 779; sql: 285; makefile: 167; php: 43; xml: 27
file content (12 lines) | stat: -rw-r--r-- 362 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
Index: sogo/Tests/Unit/GNUmakefile
===================================================================
--- sogo.orig/Tests/Unit/GNUmakefile
+++ sogo/Tests/Unit/GNUmakefile
@@ -33,7 +33,6 @@ $(TEST_TOOL)_OBJC_FILES += \
 	TestNSString+Utilities.m \
 	TestNSURL+misc.m \
 	TestNGMailAddressParser.m \
-	TestNGInternetSocketAddress.m \
 	\
 	TestRTFHandler.m \
 	\