Skip to content

Commit 6beb1b9

Browse files
committed
In theme test don\'t check STDERR now that option get returns error string.
1 parent 7ab2a95 commit 6beb1b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/theme.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ Feature: Manage WordPress themes
236236
237237
When I try `wp option get allowedthemes`
238238
Then the return code should be 1
239-
And STDERR should be empty
239+
# STDERR may or may not be empty, depending on WP-CLI version.
240240
And STDOUT should be empty
241241
242242
When I run `wp theme enable biker`

0 commit comments

Comments
 (0)