Home
last modified time | relevance | path

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

/freebsd/usr.bin/procstat/tests/
H A Dprocstat_test.sh58 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM "[[:digit:]]+" "$PROG_PATH")
62 atf_check -o match:"$line_re" tail -n 1 procstat.out
66 atf_check -o match:"$line_re" tail -n 1 procstat.out
82 line_re=$(printf "$line_format" $PROG_PID "$PROG_COMM" "$PROG_PATH $arguments")
86 atf_check -o match:"$line_re" tail -n 1 procstat.out
90 atf_check -o match:"$line_re" tail -n 1 procstat.out
107 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".*$var.*")
111 atf_check -o match:"$line_re" tail -n 1 procstat.out
115 atf_check -o match:"$line_re" tail -n 1 procstat.out
130 line_re=$(printf "$line_format" $PROG_PID $PROG_COMM ".+" ".+" ".+" ".+" ".+" ".+" ".+" ".+")
[all …]