diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/compiler/glsl/tests/cache_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/glsl/tests/cache_test.c b/src/compiler/glsl/tests/cache_test.c index 537a81bc764..bec1d240e92 100644 --- a/src/compiler/glsl/tests/cache_test.c +++ b/src/compiler/glsl/tests/cache_test.c @@ -124,7 +124,7 @@ rmrf_local(const char *path) if (path == NULL || *path == '\0' || *path != '.') return -1; - return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS | FTW_MOUNT); + return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); } static void |