Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed tty from MariaDB listening test
Chris Bynum committed Aug 31, 2016
1 parent 49b84dd commit f37b952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/running.bats
@@ -5,7 +5,7 @@ load ../common
# Assumes process is running

@test "MariaDB service is listening on port 3306" {
docker exec -it $imagename netstat -tulpn | grep :3306
docker exec -i $imagename netstat -tulpn | grep :3306
}

@test "MySQL user running process" {

0 comments on commit f37b952

Please sign in to comment.