Skip to content

Commit 0e4392a

Browse files
authored
Tests: improve Windows compatibility (#518)
1 parent 489e95d commit 0e4392a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

features/plugin-delete.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Feature: Delete WordPress plugins
6565
"""
6666
And the return code should be 0
6767

68+
@skip-windows
6869
Scenario: Reports a failure for a plugin that can't be deleted
6970
Given a WP install
7071

features/upgradables.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Feature: Manage WordPress themes and plugins
172172
And the <file_to_check> file should not exist
173173

174174
# Install <item> from a remote zip file (complex URL with GET parameters)
175-
When I run `wp <type> install '<zip_file>?AWSAccessKeyId=123&Expires=456&Signature=abcdef'`
175+
When I run `wp <type> install "<zip_file>?AWSAccessKeyId=123&Expires=456&Signature=abcdef"`
176176
Then STDOUT should contain:
177177
"""
178178
<type_name> installed successfully.

0 commit comments

Comments
 (0)