yanglint CHANGE temporarily disable yanglint's interactive test
The expect's tests seems to need more tuning to be portable.
diff --git a/tools/lint/CMakeLists.txt b/tools/lint/CMakeLists.txt
index a322413..636f868 100644
--- a/tools/lint/CMakeLists.txt
+++ b/tools/lint/CMakeLists.txt
@@ -52,5 +52,5 @@
if(NOT PATH_EXPECT)
message(WARNING "'expect' not found! The yanglint(1) interactive tests will not be available.")
else()
- add_yanglint_test(NAME in_list SCRIPT expect/list.exp)
+# add_yanglint_test(NAME in_list SCRIPT expect/list.exp)
endif()