Skip to content

Attempt a secure connection to an InCommon SSL site #6

9 commits merged into from Aug 2, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Next Next commit
Attempt a secure connection to an InCommon SSL site
Jim Van Fleet committed Jul 13, 2016
commit 6d2c85ae4449d8fd80b177b3a891381d67539c7d
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 ]
}