Unverified Commit 13883de3 authored by Andrew Murray's avatar Andrew Murray Committed by GitHub
Browse files

Update tests/test_osx_utils.sh


Co-Authored-By: default avatarrobbuckley <20515024+robbuckley@users.noreply.github.com>
parent 0d27dff2
......@@ -29,7 +29,7 @@
[ "$(macpython_arch_for_version 2.7 10.9)" == "x86_64" ] || ingest
[ "$(macpython_arch_for_version pypy-2.7)" == "x86_64" ] || ingest
# test lookup of arch / min macOS versions from installed python distutils tag
# test lookup of arch / min macOS versions from installed Python distutils tag
[ "$(get_macpython_arch macosx-10.6-intel)" == "intel" ] || ingest
[ "$(get_macpython_arch macosx-10.6-x86_64)" == "x86_64" ] || ingest
[ "$(get_macpython_osx_ver macosx-10.6-intel)" == "10.6" ] || ingest
......@@ -41,4 +41,4 @@
[ "$(macpython_impl_for_version pypy-5.4)" == "pp" ] || ingest
# Test pkg-config install
install_pkg_config
\ No newline at end of file
install_pkg_config
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment