test: do not print expected error messages
[project/uci.git] / test / tests.d / 050_show
index 2c4665e..7d7e160 100644 (file)
@@ -2,10 +2,10 @@ test_get_parsing()
 {
        cp ${REF_DIR}/show_parsing.data ${CONFIG_DIR}/test
 
-       assertFailWithNoReturn "${UCI} show test."
-       assertFailWithNoReturn "${UCI} show test.section."
-       assertFailWithNoReturn "${UCI} show test.section.opt."
-       assertFailWithNoReturn "${UCI} show test.section.opt.val."
-       assertFailWithNoReturn "${UCI} show test.section.opt.val.qsdf.qsd"
-       assertFailWithNoReturn "${UCI} show test.section.opt.valqsqsd"
+       assertFailWithNoReturn "${UCI_Q} show test."
+       assertFailWithNoReturn "${UCI_Q} show test.section."
+       assertFailWithNoReturn "${UCI_Q} show test.section.opt."
+       assertFailWithNoReturn "${UCI_Q} show test.section.opt.val."
+       assertFailWithNoReturn "${UCI_Q} show test.section.opt.val.qsdf.qsd"
+       assertFailWithNoReturn "${UCI_Q} show test.section.opt.valqsqsd"
 }