Skip to content

Commit

Permalink
Another macOS test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 2, 2024
1 parent 33b16b8 commit d6c9f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ teardown() {
echo "$output" | grep -q "^4[.]1[.][0-9]$"

if ! rig ls | grep -q '^[* ] 4.0'; then
run sudo rig add 4.0
run sudo rig add 4.0 -a x86_64
[[ "$status" -eq 0 ]]
run rig ls
echo "$output" | grep -q "^[* ] 4.0"
Expand Down

0 comments on commit d6c9f71

Please sign in to comment.