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

/freebsd-13-stable/usr.bin/procstat/tests/
H A Dprocstat_test.sh59 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM "[[:digit:]]+" "$PROG_PATH")
63 atf_check -o match:"$line_re" tail -n 1 procstat.out
67 atf_check -o match:"$line_re" tail -n 1 procstat.out
83 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")
87 atf_check -o match:"$line_re" tail -n 1 procstat.out
91 atf_check -o match:"$line_re" tail -n 1 procstat.out
108 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".*$var.*")
112 atf_check -o match:"$line_re" tail -n 1 procstat.out
116 atf_check -o match:"$line_re" tail -n 1 procstat.out
131 line_re
[all...]

Completed in 92 milliseconds