Home | History | Annotate | Download | only in dist

Lines Matching refs:Kyuafile

55 syntax('kyuafile', 1)
62 atf_check -s exit:0 -o file:expected cat "Kyuafile"
103 syntax('kyuafile', 1)
107 include('dir1/Kyuafile')
111 atf_check -s exit:0 -o file:expected cat Kyuafile
114 syntax('kyuafile', 1)
118 include('dir2/Kyuafile')
122 atf_check -s exit:0 -o file:expected cat dir1/Kyuafile
125 syntax('kyuafile', 1)
132 atf_check -s exit:0 -o file:expected cat dir1/dir2/Kyuafile
135 syntax('kyuafile', 1)
141 atf_check -s exit:0 -o file:expected cat dir3/Kyuafile
206 touch subdir/Kyuafile
210 test -f Kyuafile || atf_fail "Kyuafiles not created as expected"
211 test \! -f subdir/Kyuafile || atf_fail "Stale kyuafiles not removed"