From 976d6ce0198cbe8c54c244665cc8dd63f2f85a86 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 19 Oct 2017 08:20:40 +0300 Subject: Get rid of configuration arguments check --- tests/manifest/task.test | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'tests/manifest') diff --git a/tests/manifest/task.test b/tests/manifest/task.test index c2783cf..4013f52 100644 --- a/tests/manifest/task.test +++ b/tests/manifest/task.test @@ -196,24 +196,6 @@ test.options += -t config: 'abc=x EOI - : bad-var - : - { - : no-value - : - $* <'stdin:2:9: error: invalid task configuration: no variable value' == 1 - : 1 - config: abc xyz=1 - EOI - - : no-assignment - : - $* <'stdin:2:9: error: invalid task configuration: expected variable assignment' == 1 - : 1 - config: 'abc xyz'=1 - EOI - } - : multiline : { @@ -225,15 +207,6 @@ test.options += -t 'abc=x \ EOI - - : bad-var - : - $* <'stdin:3:1: error: invalid task configuration: no variable value' == 1 - : 1 - config: \ - abc xyz=1 - \ - EOI } } -- cgit v1.1