Searched refs:ntest (Results 1 – 9 of 9) sorted by relevance
/freebsd/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 …]
|
/freebsd/tests/sys/mac/portacl/ |
H A D | misc.sh | 13 ntest=1 69 echo "ok ${ntest}" 71 echo "not ok ${ntest} # '${out}' != '${expect_without_rule}'" 73 echo "not ok ${ntest} # unexpected output: '${out}'" 75 : $(( ntest += 1 )) 87 echo "ok ${ntest}" 89 echo "not ok ${ntest} # '${out}' != '${expect_with_rule}'" 91 echo "not ok ${ntest} # unexpected output: '${out}'" 93 : $(( ntest += 1 ))
|
/freebsd/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`
|
/freebsd/contrib/pjdfstest/tests/truncate/ |
H A D | 12.t | 24 echo "not ok ${ntest}" 25 ntest=`expr ${ntest} + 1`
|
/freebsd/contrib/pjdfstest/tests/ftruncate/ |
H A D | 12.t | 24 echo "not ok ${ntest}" 25 ntest=`expr ${ntest} + 1`
|
/freebsd/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++; \
|
/freebsd/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()
|
/freebsd/contrib/pjdfstest/tests/utimensat/ |
H A D | 01.t | 52 ntest=$((ntest+2))
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | cmd-doc.tlib | 575 "'\ntest -f ${fn} || die '" cvt-cmd " not found'\n"
|