test: more longer test separator

This commit is contained in:
ttionya
2025-10-23 20:18:38 +08:00
parent fb3c530b01
commit b965c42bb1
+2 -2
View File
@@ -82,14 +82,14 @@ function test_result() {
if [[ "$2" == "0" ]]; then
color green "Test case \"$1\" passed"
color none "${SEP}"
color none "${SEP}${SEP}"
return
fi
((ERROR_NUM++))
color red "Test case \"$1\" failed"
color none "${SEP}"
color none "${SEP}${SEP}"
}
. tests/units/env-priority/test.sh