diff --git a/plugins/python-build/test/build.bats b/plugins/python-build/test/build.bats index ec809684..b4afbdb7 100644 --- a/plugins/python-build/test/build.bats +++ b/plugins/python-build/test/build.bats @@ -561,16 +561,3 @@ OUT run python-build "${TMP}/build-definition" "$INSTALL_ROOT" assert_failure "python-build: TMPDIR=$TMPDIR is set to a non-accessible location" } - -@test "initializes LDFLAGS directories" { - cached_tarball "Python-3.6.2" - - export LDFLAGS="-L ${BATS_TEST_DIRNAME}/what/evs" - run_inline_definition <