selftests/nolibc: fix testcase status alignment
[platform/kernel/linux-rpi.git] / tools / testing / selftests / nolibc / nolibc-test.c
index fb3bf91..1fc4998 100644 (file)
@@ -145,11 +145,11 @@ static void result(int llen, enum RESULT r)
        const char *msg;
 
        if (r == OK)
-               msg = " [OK]";
+               msg = "  [OK]";
        else if (r == SKIPPED)
                msg = "[SKIPPED]";
        else
-               msg = "[FAIL]";
+               msg = " [FAIL]";
 
        if (llen < 64)
                putcharn(' ', 64 - llen);