Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files Browse the repository at this point in the history
Attempt a secure connection to an InCommon SSL site
Jim Van Fleet committed Jul 13, 2016
1 parent 31c5a21 commit 6d2c85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/base.bats
@@ -1,6 +1,6 @@
#!/usr/bin/env bats

@test "addition using bc" {
result="$(echo 2+2 | bc)"
[ "$result" -eq 4 ]
@test "curl should connect to InCommon cert chain site successfully" {
run "docker run -it tier/centos7base curl https://github.internet2.edu/"
[ "$status" -eq 0 ]
}

0 comments on commit 6d2c85a

Please sign in to comment.