Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbitron committed Apr 8, 2016
1 parent c94e822 commit 5bdd9f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion features/core-verify-checksums.feature
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,11 @@ Feature: Validate checksums for WordPress install
Then the wp-includes/extra-file.txt file should exist

When I run `wp core verify-checksums`
Then STDOUT should be:
Then STDERR should be:
"""
Warning: File should not exist: wp-includes/extra-file.txt
"""
And STDOUT should be:
"""
Success: WordPress install verifies against checksums.
"""

0 comments on commit 5bdd9f3

Please sign in to comment.