getting through tests on mac
[feisty_meow.git] / nucleus / library / tests_filesystem / test_directory_tree.cpp
index 5e9fe6b3426c93d754c8695d115f915745f6bc6f..7897831bf0b3b916db6188a009368d13826a3ff9 100644 (file)
@@ -54,7 +54,7 @@ int test_directory_tree::execute()
 {
   FUNCDEF("execute");
 
-  astring path = "/usr/include";
+  astring path = "/usr/lib";
 #ifdef __WIN32__
   // default path for windoze uses an area that should always exist.
   path = environment::get("COMMONPROGRAMFILES");