]> pilppa.org Git - uci.git/blobdiff - test/tests.d/030_set
test: do not print expected error messages
[uci.git] / test / tests.d / 030_set
index 137a955f2d05f5a1135233432f8d814da508bdad..9d2ff4b990e1e5e9c37123a22cd6eb1522418549 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()