correct the capture version too

This commit is contained in:
Casey Faist
2019-10-18 08:53:40 -07:00
parent af1ef93311
commit 0b804b186c
+1 -1
View File
@@ -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