Skip to content

Commit 8d0e2ce

Browse files
committed
fix matcher
1 parent 2f15de8 commit 8d0e2ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/testing.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Feature: Test that WP-CLI loads.
128128
Scenario: Verify sys_get_temp_dir() in sub-process
129129
Given a WP install
130130
When I run `wp eval 'echo sys_get_temp_dir();'`
131-
Then STDOUT should not be:
131+
Then STDOUT should not contain:
132132
"""
133133
C:\Windows
134134
"""

0 commit comments

Comments
 (0)