diff --git a/testing/run_list.c b/testing/run_list.c index d572a24fae661d31e8164a3539e7dd49da2bee94..7dc48622d79d9584cb07cb6bc01d25f09b46140e 100644 --- a/testing/run_list.c +++ b/testing/run_list.c @@ -803,7 +803,7 @@ run_print_header( const testing_t *test, /* Specific check output */ if ( check ) { - str_ptr = run_print_header_partial( test->outchk, human, str_ptr ); + run_print_header_partial( test->outchk, human, str_ptr ); } fprintf( stdout, "%s\n", str ); return; @@ -923,7 +923,7 @@ run_print_line( const testing_t *test, const run_arg_list_t *arglist, /* Specific check output */ if ( check ) { - str_ptr = run_print_line_partial( test->outchk, arglist, human, str_ptr ); + run_print_line_partial( test->outchk, arglist, human, str_ptr ); } fprintf( stdout, "%s\n", str );