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
Removed tty
Chris Bynum committed Jul 29, 2016
1 parent 835cd03 commit 9f2ada5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.bats
@@ -1,7 +1,7 @@
#!/usr/bin/env bats

@test "curl should connect to InCommon cert chain site successfully" {
run docker run -it tier/centos7base curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://github.internet2.edu/
run docker run -i tier/centos7base curl -o /dev/null --silent --head --write-out '%{http_code}\n' https://github.internet2.edu/
echo ${output}
[ "$status" -eq 0 ]
[[ ${output} == *"302"* || ${output} == *"200"* ]]

0 comments on commit 9f2ada5

Please sign in to comment.