From 3c193bd4757606b9ec2280970fbe8e16d8ccd1bb Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Tue, 29 Oct 2019 07:42:50 -0700 Subject: [PATCH] update 3.4 warn test --- test/run-versions | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/run-versions b/test/run-versions index 8ad9d1c..0698b7c 100755 --- a/test/run-versions +++ b/test/run-versions @@ -57,11 +57,8 @@ testPython3_4_warn() { compile "python3_4_warn" assertCaptured "python-3.4.9" assertCaptured "security update!" - # if cedar 14 and legacy binaries, fail. if cedar 14 and staging, succeed. - if [[ ! -n $USE_STAGING_BINARIES ]] && [[ $STACK == "cedar-14" ]]; then - assertCapturedError # if heroku 18 and legacy binaries, succeed. if heroku 18 and staging, fail. - elif [[ -n $USE_STAGING_BINARIES ]] && [[ $STACK == "heroku-18" ]]; then + if [[ -n $USE_STAGING_BINARIES ]] && [[ $STACK == "heroku-18" ]]; then assertCapturedError else # all else succeed