Re-enable "Running :spawn with invalid quoting"

Let's assume this doesn't segfault anymore nowadays and let's see what happens.

Closes #1614
This commit is contained in:
Florian Bruhin 2020-06-24 11:37:20 +02:00
parent 4b9ddfb85b
commit 898535fbf8
1 changed files with 0 additions and 2 deletions

View File

@ -18,8 +18,6 @@ Feature: :spawn
When I run :spawn -u /this_does_not_exist
Then the error "Userscript '/this_does_not_exist' not found" should be shown
# https://github.com/qutebrowser/qutebrowser/issues/1614
@posix
Scenario: Running :spawn with invalid quoting
When I run :spawn ""'""
Then the error "Error while splitting command: No closing quotation" should be shown