|
@@ -422,7 +422,7 @@ static const char *shell_test__description(char *description, size_t size,
|
|
|
|
|
|
#define for_each_shell_test(dir, base, ent) \
|
|
|
while ((ent = readdir(dir)) != NULL) \
|
|
|
- if (!is_directory(base, ent))
|
|
|
+ if (!is_directory(base, ent) && ent->d_name[0] != '.')
|
|
|
|
|
|
static const char *shell_tests__dir(char *path, size_t size)
|
|
|
{
|