$OpenBSD: patch-libproxy_test_CMakeLists_txt,v 1.1 2012/11/28 14:43:11 sthen Exp $
--- libproxy/test/CMakeLists.txt.orig	Mon Oct 15 21:32:00 2012
+++ libproxy/test/CMakeLists.txt	Thu Oct 18 21:19:04 2012
@@ -17,10 +17,3 @@ if(WIN32)
   target_link_libraries(url-encode ws2_32)
 endif()
 add_test(NAME url-encode COMMAND ${CMAKE_CURRENT_BINARY_DIR}/url-encode)
-
-# Get PAC
-if (NOT WIN32)
-add_executable(get-pac-test ${CMAKE_CURRENT_SOURCE_DIR}/get-pac-test.cpp ${PROJECT_SOURCE_DIR}/url.cpp)
-target_link_libraries(get-pac-test pthread)
-add_test(NAME get-pac-test COMMAND ${CMAKE_CURRENT_BINARY_DIR}/get-pac-test)
-endif()
