summaryrefslogtreecommitdiff
path: root/tests/end2end/features/spawn.feature
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end2end/features/spawn.feature')
-rw-r--r--tests/end2end/features/spawn.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature
index 11b344439..1c360893c 100644
--- a/tests/end2end/features/spawn.feature
+++ b/tests/end2end/features/spawn.feature
@@ -8,7 +8,7 @@ Feature: :spawn
Scenario: Running :spawn with command that does not exist
When I run :spawn command_does_not_exist127623
- Then the error "Error while spawning command: *" should be shown
+ Then the error "Command 'command_does_not_exist127623' failed to start: *" should be shown
Scenario: Starting a userscript which doesn't exist
When I run :spawn -u this_does_not_exist