Skip to content

Commit

Permalink
Updating nginx bats test to work with 3.x or 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Brint O'Hearn committed Nov 24, 2014
1 parent bf01d53 commit c3c663c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/nginx/bats/verify_default.bats
@@ -1,4 +1,4 @@
@test "check for wordpress install" {
export welcome="Welcome to the famous five minute WordPress installation process"
wget -O - http://localhost/wp-admin/install.php | grep "${welcome}"
export welcome="WordPress.*[Ii]nstallation"
wget -O - http://localhost/wp-admin/install.php | egrep "${welcome}"
}

0 comments on commit c3c663c

Please sign in to comment.