Skip to content

Commit 325dbde

Browse files
swissspidyCopilot
andauthored
Update features/shell.feature
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2071c56 commit 325dbde

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

features/shell.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ Feature: WordPress REPL
7777
And STDERR should be empty
7878
7979
When I try `SHELL=/nonsense/path wp shell --basic < session`
80-
Then STDOUT should be empty
81-
And STDERR should contain:
80+
Then STDOUT should contain:
8281
"""
83-
Error: The shell binary '/nonsense/path' is not valid.
82+
bool(true)
8483
"""
84+
And STDERR should be empty
8585
8686
Scenario: Input starting with dash
8787
Given a WP install

0 commit comments

Comments
 (0)