Skip to content

Commit f5662ed

Browse files
Merge pull request #127 from wp-cli/125-fix-comment-argument-test
Fix comment argument test
2 parents 99188aa + 4024b32 commit f5662ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/db-export.feature

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Feature: Export a WordPress database
4949
When I run `wp db export - --dbpass=password1 --skip-comments`
5050
Then STDOUT should not contain:
5151
"""
52-
--
52+
-- Table structure
5353
"""
5454

5555
When I try `wp db export - --dbpass=no_such_pass`

0 commit comments

Comments
 (0)