Skip to content

Commit 011f1e7

Browse files
committed
wardn case should succeed on all stacks
1 parent 0b804b1 commit 011f1e7

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

test/run-versions

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,9 @@ testPython3_4() {
4949

5050
testPython3_4_warn() {
5151
compile "python3_4_warn"
52-
if [[ $STACK = "cedar-14" ]]; then
53-
assertCaptured "python-3.4.9"
54-
assertCaptured "security update!"
55-
assertCapturedSuccess
56-
else
57-
assertCapturedError
58-
fi
52+
assertCaptured "python-3.4.9"
53+
assertCaptured "security update!"
54+
assertCapturedSuccess
5955
}
6056

6157
testPython3_4_fail() {

0 commit comments

Comments
 (0)