mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
irix qa stuff
have different output for linux and irix our access checks aren't quite the same - they have been corrected on linux due to some complaints
This commit is contained in:
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user