diff --git a/tests/base.bats b/tests/base.bats index 1ede21d..8dbcf2a 100644 --- a/tests/base.bats +++ b/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 ] } \ No newline at end of file