summaryrefslogtreecommitdiff
path: root/test/tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/tests.sh')
-rw-r--r--test/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tests.sh b/test/tests.sh
index 0afccf0..ee72c31 100644
--- a/test/tests.sh
+++ b/test/tests.sh
@@ -8,7 +8,7 @@ FULL_SUITE=${TESTS_DIR}"/full_suite.sh"
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}"