diff --git a/test_all.sh b/test_all.sh index 7ee6b0f5..f82bd741 100755 --- a/test_all.sh +++ b/test_all.sh @@ -27,7 +27,7 @@ export GORP_TEST_DSN=/tmp/gorptest.bin export GORP_TEST_DIALECT=sqlite go test $coveralls_testflags $GOBUILDFLAG $@ . -if [ -z "$COVERALLS_TOKEN" ] +if [ -z ${COVERALLS_TOKEN+x} ] then if [[ `go version` == *"1.4"* ]] then