From f6c107f8394381a12a369789b08ada0fcfe23fea Mon Sep 17 00:00:00 2001 From: Guru Prasad Srinivasa Date: Tue, 1 Mar 2016 14:51:41 -0500 Subject: [PATCH] Removed newline in consoletest secprintf --- userland/testbin/consoletest/consoletest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.