Skip to content
Permalink
6d2c85ae44
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
6 lines (5 sloc) 190 Bytes
#!/usr/bin/env bats
@test "curl should connect to InCommon cert chain site successfully" {
run "docker run -it tier/centos7base curl https://github.internet2.edu/"
[ "$status" -eq 0 ]
}