Skip to content

Commit

Permalink
Non-interactive terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 5, 2016
1 parent 8322c74 commit ff3bf9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/running.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit ff3bf9c

Please sign in to comment.