Lines Matching defs:test
24 * This test case will verify basic function of mkdirat
37 #include "test.h"
66 static void verify_mkdirat(struct test_case *test)
68 TEST(mkdirat(*test->dir_fd, test->name, 0600));
70 if (TEST_RETURN != test->exp_ret) {
73 TEST_RETURN, test->exp_ret);
77 if (TEST_ERRNO != test->exp_errno) {
80 test->exp_errno);
92 /* Initialize test dir and file names */