yanglint TEST disabled_searchdir for non-int mode
diff --git a/tools/lint/tests/modules/modimp-cwd.yang b/tools/lint/tests/modules/modimp-cwd.yang
new file mode 100644
index 0000000..3249462
--- /dev/null
+++ b/tools/lint/tests/modules/modimp-cwd.yang
@@ -0,0 +1,8 @@
+module modimp-cwd {
+  namespace "urn:yanglint:modimp-cwd";
+  prefix ic;
+
+  import modcwd {
+    prefix mc;
+  }
+}