Searched defs:script (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-sh/
H A Datf-sh.cpp85 const std::string* script = construct_script(interpreter_argv[0]); local
91 argv[2] = script->c_str();
165 const atf::fs::path script(m_argv[0]);
166 if (!atf::fs::exists(script))
167 throw std::runtime_error("The test program '" + script.str() + "' "

Completed in 15 milliseconds