Searched refs:progs (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.cpp118 check_files(const std::string& progs) argument
120 const std::vector< std::string > v = atf::text::split(progs, " ");
213 check_progs(const std::string& progs) argument
215 const std::vector< std::string > v = atf::text::split(progs, " ");
281 else if (name == "require.progs")
H A Dintegration_test.sh962 atf_set "descr" "Tests that atf-run validates the require.progs property"
971 -v progs='/bin/cp' helper
974 -e ignore atf-run -v progs='/bin/__non-existent__' helper
979 -e ignore atf-run -v progs='bin/cp' helper
983 -v progs='cp' helper
986 atf-run -v progs='__non-existent__' helper

Completed in 23 milliseconds