Removed newline in consoletest secprintf

This commit is contained in:
Guru Prasad Srinivasa 2016-03-01 14:51:41 -05:00
parent 833d2b6ef7
commit f6c107f839

View File

@ -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.