From ac73726de7421a4a61ba46a2c30795c9080dc24a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 17 Dec 2017 14:36:42 +0200 Subject: [PATCH] test: Add "postconf -" test case --- test/lib/completions/postconf.exp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lib/completions/postconf.exp b/test/lib/completions/postconf.exp index 29838440ae6..e75d10a6e6a 100644 --- a/test/lib/completions/postconf.exp +++ b/test/lib/completions/postconf.exp @@ -18,5 +18,8 @@ setup assert_complete_any "postconf al" sync_after_int +assert_complete_any "postconf -" +sync_after_int + teardown