Skip to content

Commit 1ff17bb

Browse files
committed
Fix exact count of URL replacements
1 parent f8ca203 commit 1ff17bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

features/search-replace-export.feature

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,12 @@ Feature: Search / replace with file export
6464
When I run `wp search-replace example.com example.net --export=wordpress.sql`
6565
Then STDOUT should contain:
6666
"""
67-
Success: Made 110 replacements and exported to wordpress.sql
67+
Success: Made
68+
"""
69+
# Skip exact number as it changes in trunk due to https://core.trac.wordpress.org/changeset/42981
70+
And STDOUT should contain:
71+
"""
72+
replacements and exported to wordpress.sql
6873
"""
6974
And STDOUT should be a table containing rows:
7075
| Table | Column | Replacements | Type |

0 commit comments

Comments
 (0)