Disable test_client_unix.nc test on W32
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 25 Feb 2017 21:13:33 +0000 (21:13 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sun, 26 Feb 2017 14:44:15 +0000 (14:44 +0000)
It does not seem that this test can actually run on W32 at all.

src/util/Makefile.am

index ac125fb663d98d4fea91d1ea658c94044e5cdd41..df319fe7792b247755dd96091b1a9d311e6d6428 100644 (file)
@@ -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 \