aboutsummaryrefslogtreecommitdiff
path: root/tests/unistd/access.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unistd/access.out')
-rw-r--r--tests/unistd/access.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unistd/access.out b/tests/unistd/access.out
index dffe0b9e..d462e5a5 100644
--- a/tests/unistd/access.out
+++ b/tests/unistd/access.out
@@ -2,8 +2,8 @@ F_OK(/readable): 0
errno: 0
R_OK(/readable): 0
errno: 0
-X_OK(/readable): 0
-errno: 0
+X_OK(/readable): -1
+errno: 13
W_OK(/readable): -1
errno: 13