Home
last modified time | relevance | path

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

/freebsd/contrib/pjdfstest/tests/
H A Dmisc.sh3 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 Dmisc.sh13 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 Dmisc.sh2 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 D12.t24 echo "not ok ${ntest}"
25 ntest=`expr ${ntest} + 1`
/freebsd/contrib/pjdfstest/tests/ftruncate/
H A D12.t24 echo "not ok ${ntest}"
25 ntest=`expr ${ntest} + 1`
/freebsd/lib/libnv/tests/
H A Dnvlist_append_test.c35 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 Dusb_modem_test.c434 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 D01.t52 ntest=$((ntest+2))
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/
H A Dcmd-doc.tlib575 "'\ntest -f ${fn} || die '" cvt-cmd " not found'\n"