mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-27 20:25:12 +00:00
Remove some errant newlines in fish_tests.cpp
This commit is contained in:
parent
812e977e62
commit
fc803c75a6
1 changed files with 1 additions and 2 deletions
|
@ -2495,7 +2495,6 @@ static void test_universal() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (system("rm -Rf /tmp/fish_uvars_test")) err(L"rm failed");
|
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) {
|
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[] = {
|
const command_result_tuple_t tests[] = {
|
||||||
{L"echo", STATUS_BUILTIN_OK},
|
{L"echo -n", STATUS_BUILTIN_OK},
|
||||||
{L"pwd", STATUS_BUILTIN_OK},
|
{L"pwd", STATUS_BUILTIN_OK},
|
||||||
{L")", STATUS_ILLEGAL_CMD},
|
{L")", STATUS_ILLEGAL_CMD},
|
||||||
{L") ", STATUS_ILLEGAL_CMD},
|
{L") ", STATUS_ILLEGAL_CMD},
|
||||||
|
|
Loading…
Reference in a new issue