From 525f99f915eff8094ad24352a57de939b6f446ee Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?utf8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Sat, 25 Feb 2017 21:13:33 +0000 Subject: [PATCH] Disable test_client_unix.nc test on W32 It does not seem that this test can actually run on W32 at all. --- src/util/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index ac125fb66..df319fe77 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -31,6 +31,9 @@ endif if !MINGW SERVER_CLIENT_UNIX = test_server_with_client_unix + TEST_CLIENT_UNIC_NC = test_client_unix.nc +else + TEST_CLIENT_UNIC_NC = endif if USE_COVERAGE @@ -266,7 +269,7 @@ endif check_PROGRAMS = \ test_bio \ test_client.nc \ - test_client_unix.nc \ + $(TEST_CLIENT_UNIX_NC) \ $(SSH_USING_TESTS) \ test_common_allocation \ test_common_endian \ -- 2.25.1