X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=test%2Ftests.d%2F030_set;h=9d2ff4b990e1e5e9c37123a22cd6eb1522418549;hb=31a900e940fa2662b5c8b736a127fa8785e1381e;hp=137a955f2d05f5a1135233432f8d814da508bdad;hpb=25b34febb4851f605f35b45df6eaebc45b122a12;p=uci.git diff --git a/test/tests.d/030_set b/test/tests.d/030_set index 137a955..9d2ff4b 100644 --- a/test/tests.d/030_set +++ b/test/tests.d/030_set @@ -2,10 +2,10 @@ test_set_parsing() { cp ${REF_DIR}/set_parsing.data ${CONFIG_DIR}/test - assertFailWithNoReturn "${UCI} set test.=val" - assertFailWithNoReturn "${UCI} set test.section.=val" - assertFailWithNoReturn "${UCI} set test.section.opt.=val" - assertFailWithNoReturn "${UCI} set test.section.opt.zflk=val" + assertFailWithNoReturn "${UCI_Q} set test.=val" + assertFailWithNoReturn "${UCI_Q} set test.section.=val" + assertFailWithNoReturn "${UCI_Q} set test.section.opt.=val" + assertFailWithNoReturn "${UCI_Q} set test.section.opt.zflk=val" } test_set_named_section()