From fc803c75a66fbe374d42af8029827b3107044972 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 21 Jan 2017 12:55:01 -0800 Subject: [PATCH] Remove some errant newlines in fish_tests.cpp --- src/fish_tests.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/fish_tests.cpp b/src/fish_tests.cpp index 50eaa9886..ad8fd6af5 100644 --- a/src/fish_tests.cpp +++ b/src/fish_tests.cpp @@ -2495,7 +2495,6 @@ static void test_universal() { } if (system("rm -Rf /tmp/fish_uvars_test")) err(L"rm failed"); - fputwc(L'\n', stderr); } static bool callback_data_less_than(const callback_data_t &a, const callback_data_t &b) { @@ -4073,7 +4072,7 @@ static void test_illegal_command_exit_code(void) { }; const command_result_tuple_t tests[] = { - {L"echo", STATUS_BUILTIN_OK}, + {L"echo -n", STATUS_BUILTIN_OK}, {L"pwd", STATUS_BUILTIN_OK}, {L")", STATUS_ILLEGAL_CMD}, {L") ", STATUS_ILLEGAL_CMD},