Fix number of permissions in UNIX.

This commit is contained in:
2021-04-27 05:29:12 +01:00
parent 9546e01aa2
commit 89f1d8ed16

View File

@@ -32,7 +32,7 @@ typedef struct
mode_t mode;
} unix_perms_tests_t;
#define KNOWN_UNIX_PERMS 14
#define KNOWN_UNIX_PERMS 13
static const unix_perms_tests_t unix_perms[KNOWN_UNIX_PERMS] = {
{"NONE", "File with no permissions", 0},