From 0b804b186c0cff2d3dcf9c3ca02d170737f0fcfc Mon Sep 17 00:00:00 2001 From: Casey Faist Date: Fri, 18 Oct 2019 08:53:40 -0700 Subject: [PATCH] correct the capture version too --- test/run-versions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run-versions b/test/run-versions index 6feb5e1..5c67ac6 100755 --- a/test/run-versions +++ b/test/run-versions @@ -50,7 +50,7 @@ testPython3_4() { testPython3_4_warn() { compile "python3_4_warn" if [[ $STACK = "cedar-14" ]]; then - assertCaptured "python-3.4.0" + assertCaptured "python-3.4.9" assertCaptured "security update!" assertCapturedSuccess else