wardn case should succeed on all stacks

This commit is contained in:
Casey Faist
2019-10-18 09:57:09 -07:00
parent 0b804b186c
commit 011f1e7e60
+3 -7
View File
@@ -49,13 +49,9 @@ testPython3_4() {
testPython3_4_warn() {
compile "python3_4_warn"
if [[ $STACK = "cedar-14" ]]; then
assertCaptured "python-3.4.9"
assertCaptured "security update!"
assertCapturedSuccess
else
assertCapturedError
fi
assertCaptured "python-3.4.9"
assertCaptured "security update!"
assertCapturedSuccess
}
testPython3_4_fail() {