Lines Matching refs:match
50 match() { function
51 local match="$1"
53 atf_check -s exit:0 -e empty -o match:"$match" "$@"
57 local match="$1"
59 atf_check -s exit:0 -o empty -e match:"$match" "$@"
86 match "$(partaddmsg 1 34 1024)" gpt add -t efi -s 1024 "$disk"
87 match "$(partaddmsg 2 1058 9150)" gpt add "$disk"
161 match "$(attrmsg 1)" gpt set -i 1 -a biosboot,bootme "$disk"
163 match "^Attributes: biosboot, bootme\$" tail -1 attr
164 match "$(attrmsg 1)" gpt unset -i 1 -a biosboot,bootme "$disk"
166 match "^Attributes: None\$" tail -1 attr
176 match "$(typemsg 1)" gpt type -i 1 -T apple "$disk"
180 match "$(typemsg 1)" gpt type -i 1 -T efi "$disk"
218 match "$(recovermsg secondary primary)" gpt recover "$disk"
230 match "$(recovermsg primary secondary)" gpt recover "$disk"
244 match "$(partresmsg 2 1058 19390)" gpt resize -i 2 "$disk"
255 match "$(partremmsg 1)" -e empty gpt remove \
268 match "$(partlblmsg 1)" gpt label -i 1 -l potato "$disk"
269 match "$(partlblmsg 2)" gpt label -i 2 -l tomato "$disk"
282 match "$(partbootmsg 2)" gpt biosboot -i 2 "$disk"
287 match "^Attributes: biosboot\$" tail -1 bootattr