For one, replace the puzzlingly stern imperative "IGNORE" with the simple and light-hearted and descriptive "SKIPPED". Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxxxxx> --- tests/functions.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/functions.sh b/tests/functions.sh index 852a6a3..02f81dd 100644 --- a/tests/functions.sh +++ b/tests/functions.sh @@ -73,11 +73,11 @@ function ts_check_losetup { if test -b "$tmp"; then return 0 fi - ts_skip "no loop device support" + ts_skip "no loop-device support" } function ts_skip_subtest { - ts_report " IGNORE ($1)" + ts_report " SKIPPED ($1)" } function ts_skip { @@ -90,7 +90,7 @@ function ts_skip { function ts_skip_nonroot { if [ $UID -ne 0 ]; then - ts_skip "not root permissions" + ts_skip "no root permissions" fi } -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html