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:
parent
4b9ddfb85b
commit
898535fbf8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue