Lines Matching refs:got
192 error " Pattern '$pat' expected $min times but got $n times"
199 error " Pattern '$pat' expected min $min times but got $n times"
205 error " Pattern '$pat' expected max $max times but got $n times"
391 1> $file.output.got 2> $file.error.got
406 diff -u "$file".$stream.expected "$file".$stream.got > "$file".$stream.diff
417 error "expected $expected_exit_value, got $actual_exit_value."
423 has_each_patterns "$file" 'check-output-contains' absent $file.output.got
429 has_none_patterns "$file" 'check-output-excludes' present $file.output.got
436 minmax_patterns "$file" 'check-output-pattern' $file.output.got
443 match_patterns "$file" 'check-output-match' $file.output.got
450 return_patterns "$file" 'check-output-returns' $file.output.got
482 rm -f $file.{error,output}.{expected,got,diff}
579 $cmd 1> $file.output.got 2> $file.error.got
600 rm -f "$file.output.got"
609 if [ -s "$file.$stream.got" ]; then
612 cat "$file.$stream.got"