test: do not print expected error messages
[project/uci.git] / test / tests.d / 030_set
index 137a955..9d2ff4b 100644 (file)
@@ -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()