Lines Matching refs:atf_config_get
41 touch $(atf_config_get tmpfile)
45 if [ $(atf_config_get cleanup no) = yes ]; then
46 rm $(atf_config_get tmpfile)
57 touch $(atf_config_get tmpfile)
62 if [ $(atf_config_get cleanup no) = yes ]; then
63 rm $(atf_config_get tmpfile)
74 touch $(atf_config_get tmpfile)
79 if [ $(atf_config_get cleanup no) = yes ]; then
80 rm $(atf_config_get tmpfile)
105 touch $(atf_config_get tmpfile)
107 touch $(atf_config_get tmpfile).no
111 rm $(atf_config_get tmpfile)
137 atf_check_equal "$(atf_config_get 'test')" ""
147 atf_check_equal "$(atf_config_get 'test')" "foo"
157 atf_check_equal "$(atf_config_get 'test')" "foo bar"