Searched refs:testfile (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/tests/sys/vfs/
H A Dtrailing_slash.sh10 testfile="$TMPDIR/testfile-$$"
14 $testfile:$testlink:$testfile:0
15 $testfile:$testlink:$testfile/:1
16 $testfile:$testlink:$testlink:0
17 $testfile:$testlink:$testlink/:1
18 $testfile/:$testlink:$testlink:1
19 $testfile/
[all...]
/freebsd-10-stable/contrib/file/tests/
H A DMakefile.am7 escapevel.testfile \
9 gedcom.testfile \
11 hddrawcopytool.testfile \
13 issue311docx.testfile
18 set -e; for i in $T/*.testfile; do echo Running test: $$i; TZ=UTC MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done
H A DMakefile.in296 escapevel.testfile \
298 gedcom.testfile \
300 hddrawcopytool.testfile \
302 issue311docx.testfile
613 set -e; for i in $T/*.testfile; do echo Running test: $$i; TZ=UTC MAGIC=$(top_builddir)/magic/magic ./test $$i $${i%%.testfile}.result; done
/freebsd-10-stable/contrib/netbsd-tests/bin/dd/
H A Dt_dd.sh116 echo TEST1234 > testfile
118 dd if=/dev/zero of=testfile seek=1 bs=8k count=1
119 atf_check -s exit:0 -e ignore -o match:'^TEST1234$' dd if=testfile
120 eval $(stat -s testfile)
/freebsd-10-stable/contrib/netbsd-tests/dev/cgd/
H A Dt_cgd.sh53 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2
54 atf_check -s exit:0 -e ignore -o file:testfile \
91 atf_check -s exit:0 -e ignore dd if=${d}/t_cgd of=testfile count=2
92 atf_check -s exit:0 -e ignore -o not-file:testfile \
/freebsd-10-stable/contrib/netbsd-tests/dev/md/
H A Dt_md.sh51 "rump.dd if=${rawmd} skip=100 count=10 | dd of=testfile"
52 atf_check -s exit:0 -e ignore -o file:testfile dd if=/bin/ls count=10
/freebsd-10-stable/contrib/netbsd-tests/dev/raidframe/
H A Dt_raid.sh101 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
103 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
116 atf_check -s exit:0 -o file:testfile -e ignore \
189 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
191 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
204 atf_check -s exit:0 -o file:testfile -e ignore \
239 dd if=$(atf_get_srcdir)/t_raid of=testfile count=4
241 "dd if=testfile | rump.dd of=${rawraid} conv=sync"
255 atf_check -s exit:0 -o file:testfile -e ignore \
289 dd if=$(atf_get_srcdir)/t_raid of=testfile coun
[all...]
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c189 const char *testfile = "can_sparse"; local
193 create_sparse_file(testfile, sparse_file);
194 fd = open(testfile, O_RDWR);
205 unlink(testfile);
243 const char *testfile = "can_sparse"; local
246 create_sparse_file(testfile, sparse_file);
247 fd = open(testfile, O_RDWR);
252 unlink(testfile);
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/rump_server/
H A Dt_disk.sh80 echo 'test string' | dd of=testfile ibs=512 count=1 conv=sync
82 "dd if=testfile | rump.dd of=/img bs=512 count=1"
87 atf_check -s exit:0 -e ignore -o file:testfile \
/freebsd-10-stable/tests/sys/kqueue/libkqueue/
H A Dvnode.c28 const char *testfile = "./kqueue-test.tmp"; local
34 vnode_fd = open(testfile, O_RDONLY);
36 err(1, "open of %s", testfile);
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh8 usage: $(basename $0) <testfile>
/freebsd-10-stable/contrib/apr-util/test/
H A DMakefile.win67 CLEAN_DATA = manyfile.bin testfile.txt data\sqlite*.db

Completed in 217 milliseconds