Searched refs:script_contents (Results 1 – 1 of 1) sorted by relevance
323 const char script_contents[] = "echo Expect this!"; in RunTestSuccessWithStdout() local324 ScopedScriptFile script(argv[0], script_contents); in RunTestSuccessWithStdout()352 const char script_contents[] = "echo Expect this! 1>&2\nexit 77"; in RunTestFailureWithStderr() local353 ScopedScriptFile script(argv[0], script_contents); in RunTestFailureWithStderr()
Completed in 19 milliseconds