Lines Matching refs:atf_check
12 atf_check -o inline:"$((mtime))\n" stat -f%m "$filename"
22 atf_check -s exit:1 -e match:"^usage" touch
32 atf_check touch foo
33 atf_check test -f foo
43 atf_check touch foo bar baz
44 atf_check test -f foo -a -f bar -a -f baz
54 atf_check touch -t 7001010101 foo
56 atf_check rm foo
58 atf_check touch -t 7001010101.01 foo
60 atf_check rm foo
62 atf_check touch -t 196912312359 foo
64 atf_check rm foo
66 atf_check touch -t 196912312359.58 foo
68 atf_check rm foo
70 atf_check touch -t 196912312359.59 foo
73 atf_check rm foo
75 atf_check touch -d1969-12-31T23:59:58 foo
77 atf_check rm foo
79 atf_check touch -d1969-12-31\ 23:59:58 foo
81 atf_check rm foo
83 atf_check env TZ=CET touch -d1970-01-01T00:59:58 foo
85 atf_check rm foo
87 atf_check env TZ=CET touch -d1970-01-01T00:59:58Z foo
89 atf_check rm foo
91 atf_check touch -d1969-12-31T23:59:59Z foo
94 atf_check rm foo
104 atf_check touch -t 202403241234.56 foo
106 atf_check touch -A -36 foo
108 atf_check touch -A -0100 foo
110 atf_check touch -A -010000 foo
112 atf_check touch -A 010136 foo
123 atf_check touch -t 202403241234.56 foo
125 atf_check touch -t 7001010000 bar
127 atf_check touch -r foo bar
138 atf_check touch -t 202403241234.56 foo
140 atf_check touch -c -t 7001010000 foo bar
142 atf_check -s exit:1 test -f bar
143 atf_check touch -c bar
144 atf_check -s exit:1 test -f bar