Files
apfstests/tests/generic/088.out
T
Eric Biggers 48a473b5da tests: clean up per-OS output files
Some tests had separate output files for IRIX and Linux.  Now that the
IRIX ones have been removed, rename the Linux ones and remove the
now-unneeded .cfg files and calls to _link_out_file.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
2017-07-24 12:34:52 +08:00

10 lines
397 B
Plaintext

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