diff --git a/userland/testbin/consoletest/consoletest.c b/userland/testbin/consoletest/consoletest.c index 650c2d4..d7093ce 100644 --- a/userland/testbin/consoletest/consoletest.c +++ b/userland/testbin/consoletest/consoletest.c @@ -53,7 +53,7 @@ main(int argc, char **argv) (void) argc; (void) argv; - secprintf(SECRET, "Able was i ere i saw elbA\n", "/testbin/consoletest"); + secprintf(SECRET, "Able was i ere i saw elbA", "/testbin/consoletest"); // Guru: Since exit() may not yet be implemented, just trigger a // failure that the grading scripts expect to see.