Home
last modified time | relevance | path

Searched refs:odir_failures (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/
H A Dodirectory.c34 static uint_t odir_failures; variable
50 odir_failures++; in odir_test_one()
56 odir_failures++; in odir_test_one()
60 odir_failures++; in odir_test_one()
162 odir_failures++; in odir_verify_enoent()
165 odir_failures++; in odir_verify_enoent()
246 if (odir_failures > 0) { in main()
247 warnx("%u tests failed", odir_failures); in main()
250 return (odir_failures > 0 ? EXIT_FAILURE : EXIT_SUCCESS); in main()