From 89f1d8ed1661841852c581c43da8c5d27c184f67 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 27 Apr 2021 05:29:12 +0100 Subject: [PATCH] Fix number of permissions in UNIX. --- setter/src/unix/perms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setter/src/unix/perms.h b/setter/src/unix/perms.h index 150bafe..b71a289 100644 --- a/setter/src/unix/perms.h +++ b/setter/src/unix/perms.h @@ -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},