summaryrefslogtreecommitdiff
path: root/088.out.linux
blob: 317c13fc2494083c61e11acdcb604daf2c53956d (plain)
1
2
3
4
5
6
7
8
9
QA output created by 088
access(TEST_DIR/t_access, 0) returns 0
access(TEST_DIR/t_access, R_OK) returns 0
access(TEST_DIR/t_access, W_OK) returns 0
access(TEST_DIR/t_access, X_OK) returns -1
access(TEST_DIR/t_access, R_OK | W_OK) returns 0
access(TEST_DIR/t_access, R_OK | X_OK) returns -1
access(TEST_DIR/t_access, W_OK | X_OK) returns -1
access(TEST_DIR/t_access, R_OK | W_OK | X_OK) returns -1