run_avr: Add -v argument to raise verbosity level
[simavr] / tests / test_atmega88_uart_echo.c
index dc4640d..6ec944c 100644 (file)
@@ -4,8 +4,8 @@ int main(int argc, char **argv) {
        tests_init(argc, argv);
 
        static const char *expected =
-               "Hey there, this should be received back\n"
-               "Received: Hey there, this should be received back\n";
+               "Hey there, this should be received back\r\n"
+               "Received: Hey there, this should be received back\r\r\n";
        tests_assert_uart_receive("atmega88_uart_echo.axf", 100000,
                                  expected, '0');