summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-06-24 11:37:20 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-06-24 11:37:20 +0200
commit898535fbf8636fd9fa31a2b6b2513f2f1d7bbbe5 (patch)
tree5e1db28de317e343af1033204dab533b83635c90
parent4b9ddfb85b4758fba6fd792b8e96d5555c5b09e5 (diff)
downloadqutebrowser-898535fbf8636fd9fa31a2b6b2513f2f1d7bbbe5.tar.gz
qutebrowser-898535fbf8636fd9fa31a2b6b2513f2f1d7bbbe5.zip
Re-enable "Running :spawn with invalid quoting"
Let's assume this doesn't segfault anymore nowadays and let's see what happens. Closes #1614
-rw-r--r--tests/end2end/features/spawn.feature2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/end2end/features/spawn.feature b/tests/end2end/features/spawn.feature
index 623bf4959..e0972da20 100644
--- a/tests/end2end/features/spawn.feature
+++ b/tests/end2end/features/spawn.feature
@@ -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