]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - tests/test_script.in
Lots of small random portability fixes to make e2fsprogs build
[thirdparty/e2fsprogs.git] / tests / test_script.in
index f53ea460ca898f34723d17407e1142a759c90607..877888246bfdd7456f1ea5622d5360f65d4da247 100644 (file)
@@ -37,9 +37,9 @@ do
        fi
        if [ -f $test_dir/name ]; then
                test_description=`cat $test_dir/name`
-               echo -n "$test_name: $test_description: "
+               printf "%s: %s: " "$test_name" "$test_description"
        else
-               echo -n "$test_name: "
+               printf "%s: " "$test_name"
        fi
        if [ -f $test_dir/script ]; then
                . $test_dir/script