diff --git a/tests/parse_command_lists.c b/tests/parse_command_lists.c index 3aea6b3..e83065e 100644 --- a/tests/parse_command_lists.c +++ b/tests/parse_command_lists.c @@ -6,7 +6,7 @@ /* By: khais +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2025/02/24 17:40:48 by khais #+# #+# */ -/* Updated: 2025/03/04 15:12:04 by khais ### ########.fr */ +/* Updated: 2025/03/04 15:13:21 by khais ### ########.fr */ /* */ /* ************************************************************************** */ @@ -178,8 +178,6 @@ static void test_parse_command_list_invalid_pipeline(void) int main(void) { - test_parse_command_list_invalid_pipeline(); - do_leak_check(); test_parse_command_list_empty(); do_leak_check(); test_parse_command_list_single_pipeline(); @@ -194,5 +192,7 @@ int main(void) do_leak_check(); test_parse_command_list_quad_both_operators(); do_leak_check(); + test_parse_command_list_invalid_pipeline(); + do_leak_check(); return (0); }