From 71675fc7a4798498e56597f24ef6791794d23140 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 30 Oct 2017 18:15:37 -0500 Subject: [PATCH] Disable yajlTest: Duh! --- src/libCom/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libCom/test/Makefile b/src/libCom/test/Makefile index e7c2dd982..2aac6db9f 100755 --- a/src/libCom/test/Makefile +++ b/src/libCom/test/Makefile @@ -212,7 +212,7 @@ osiSockTest_SRCS += osiSockTest.c testHarness_SRCS += osiSockTest.c TESTS += osiSockTest -ifneq ($(OS_CLASS),$(WIN32)) +ifneq ($(OS_CLASS),WIN32) # This test can only be run on a build host, and is broken on Windows TESTPROD_HOST += yajl_test yajl_test_SRCS += yajl_test.c