Searched refs:file_template (Results 1 – 1 of 1) sorted by relevance
561 const std::string file_template("tempfile.XXXXXX"); in ATF_TEST_CASE_BODY() local562 const fs::path tempfile = fs::mkstemp(file_template); in ATF_TEST_CASE_BODY()563 ATF_REQUIRE(!lookup("tmp", file_template.c_str(), S_IFREG)); in ATF_TEST_CASE_BODY()