tests: add test cases for showing nonexistent section and option.
[project/uci.git] / test / tests.sh
index 0afccf0..ee72c31 100644 (file)
@@ -8,7 +8,7 @@ FULL_SUITE=${TESTS_DIR}"/full_suite.sh"
 
 UCI_BIN="../uci"
 [ -x $UCI_BIN ] || {
 
 UCI_BIN="../uci"
 [ -x $UCI_BIN ] || {
-       echo "uci-static is not present."
+       echo "uci is not present." >&2
        return 1
 }
 UCI="${UCI_BIN} -c ${CONFIG_DIR} -p ${CHANGES_DIR}"
        return 1
 }
 UCI="${UCI_BIN} -c ${CONFIG_DIR} -p ${CHANGES_DIR}"