| /src/contrib/pjdfstest/tests/ |
| H A D | misc.sh | 3 ntest=1 33 echo "not ok ${ntest} not root" 47 echo "ok ${ntest}" 49 echo "ok ${ntest} # TODO ${todomsg}" 53 echo "not ok ${ntest} - tried '$*', expected ${e}, got ${r}" 55 echo "not ok ${ntest} # TODO ${todomsg}" 59 ntest=$((ntest+1)) 73 echo "ok ${ntest}" 75 echo "ok ${ntest} # TODO ${todomsg}" 79 echo "not ok ${ntest} - tried '$*', expected ${e}, got ${r}" [all …]
|
| /src/tests/sys/mac/portacl/ |
| H A D | misc.sh | 3 ntest=1 59 echo "ok ${ntest}" 61 echo "not ok ${ntest} # '${out}' != '${expect_without_rule}'" 63 echo "not ok ${ntest} # unexpected output: '${out}'" 65 : $(( ntest += 1 )) 77 echo "ok ${ntest}" 79 echo "not ok ${ntest} # '${out}' != '${expect_with_rule}'" 81 echo "not ok ${ntest} # unexpected output: '${out}'" 83 : $(( ntest += 1 ))
|
| /src/tools/regression/zfs/ |
| H A D | misc.sh | 2 ntest=1 68 echo "ok ${ntest} ${add_msg}" 70 echo "not ok ${ntest} ${add_msg}" 77 ntest=`expr $ntest + 1` 85 echo "ok ${ntest} ${add_msg}" 93 echo "not ok ${ntest} ${add_msg}" 99 ntest=`expr $ntest + 1` 107 echo "ok ${ntest} ${add_msg}" 115 echo "not ok ${ntest} ${add_msg}" 121 ntest=`expr $ntest + 1`
|
| /src/crypto/krb5/src/util/support/ |
| H A D | t_base64.c | 72 char *str, **ntest; in main() local 99 for (ntest = negative_tests; *ntest != NULL; ntest++) { in main() 100 data = k5_base64_decode(*ntest, &len); in main() 103 numtest, *ntest); in main()
|
| /src/contrib/pjdfstest/tests/ftruncate/ |
| H A D | 12.t | 24 echo "not ok ${ntest}" 25 ntest=$((ntest + 1))
|
| /src/contrib/pjdfstest/tests/truncate/ |
| H A D | 12.t | 24 echo "not ok ${ntest}" 25 ntest=$((ntest + 1))
|
| /src/lib/libnv/tests/ |
| H A D | nvlist_append_test.c | 35 static int ntest = 1; variable 39 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \ 41 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\ 42 ntest++; \
|
| H A D | nvlist_move_test.c | 37 static int ntest = 1; variable 41 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \ 43 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\ 44 ntest++; \
|
| H A D | nvlist_get_test.c | 36 static int ntest = 1; variable 40 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \ 42 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\ 43 ntest++; \
|
| H A D | nvlist_add_test.c | 35 static int ntest = 1; variable 39 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \ 41 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\ 42 ntest++; \
|
| H A D | nvlist_free_test.c | 34 static int ntest = 1; variable 38 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \ 40 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\ 41 ntest++; \
|
| H A D | nvlist_exists_test.c | 34 static int ntest = 1; variable 38 printf("ok # %d %s:%u\n", ntest, __FILE__, __LINE__); \ 40 printf("not ok # %d %s:%u\n", ntest, __FILE__, __LINE__);\ 41 ntest++; \
|
| /src/tools/tools/usbtest/ |
| H A D | usb_modem_test.c | 434 uint8_t ntest = 0; in exec_host_modem_test() local 488 ntest += 7; in exec_host_modem_test() 491 ntest += 1; in exec_host_modem_test() 493 if (ntest == 0) { in exec_host_modem_test() 500 (p->duration + ntest - 1) / ntest, x); in exec_host_modem_test() 505 (p->duration + ntest - 1) / ntest); in exec_host_modem_test()
|
| /src/contrib/pjdfstest/tests/utimensat/ |
| H A D | 01.t | 52 ntest=$((ntest+2))
|
| /src/lib/libcasper/services/cap_pwd/tests/ |
| H A D | pwd_test.c | 47 static int ntest = 1; variable 51 printf("ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \ 53 printf("not ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \ 55 ntest++; \ 59 printf("ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \ 61 printf("not ok %d # %s:%u\n", ntest, __FILE__, __LINE__); \ 65 ntest++; \
|
| /src/lib/libcasper/services/cap_grp/tests/ |
| H A D | grp_test.c | 47 static int ntest = 1; variable 51 printf("ok %d %s:%u\n", ntest, __FILE__, __LINE__); \ 53 printf("not ok %d %s:%u\n", ntest, __FILE__, __LINE__); \ 55 ntest++; \ 59 printf("ok %d %s:%u\n", ntest, __FILE__, __LINE__); \ 61 printf("not ok %d %s:%u\n", ntest, __FILE__, __LINE__); \ 65 ntest++; \
|
| /src/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | cmd-doc.tlib | 575 "'\ntest -f ${fn} || die '" cvt-cmd " not found'\n"
|