Skip to content

Commit

Permalink
Really (?) fix macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Jul 19, 2023
1 parent 8463e99 commit 46226d9
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 @@ -141,7 +141,7 @@ teardown() {
run sudo rig add -a x86_64 3.5
[[ "$status" -eq 0 ]]
run rig ls
echo "$output" | grep -q "[* ] 3[.]4"
echo "$output" | grep -q "[* ] 3[.]5"
fi

libdir=`R-3.5 -s -e 'cat(path.expand(Sys.getenv("R_LIBS_USER")))'`
Expand Down

0 comments on commit 46226d9

Please sign in to comment.