From 898535fbf8636fd9fa31a2b6b2513f2f1d7bbbe5 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 24 Jun 2020 11:37:20 +0200 Subject: Re-enable "Running :spawn with invalid quoting" Let's assume this doesn't segfault anymore nowadays and let's see what happens. Closes #1614 --- tests/end2end/features/spawn.feature | 2 -- 1 file changed, 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 -- cgit v1.2.3-54-g00ecf