The fincore tests call ts_log_both inside an output redirection of both stdout
and stderr, leading to the ts_log_both output ending up twice in both stdout
and stderr.
Call ts_log_both before setting up the output redirection.
Signed-off-by: Chris Hofstaedtler <zeha@debian.org>
INPUT=
input=
+ts_log_both "[ NO EXCITING FILE ]"
{
input=no_such_file
INPUT="${INPUT} ${input}"
- ts_log_both "[ NO EXCITING FILE ]"
$TS_CMD_FINCORE --output $OUT_COLUMNS --bytes --noheadings $input
footer "$?"
} >> $TS_OUTPUT 2>> $TS_ERRLOG
"oflag=append seek=$hole_count"
} >> $TS_OUTPUT 2>> $TS_ERRLOG
+ts_log_both "[ MULTIPLE FILES ]"
{
- ts_log_both "[ MULTIPLE FILES ]"
$TS_CMD_FINCORE --output $OUT_COLUMNS --bytes $INPUT
footer "$?"
} >> $TS_OUTPUT 2>> $TS_ERRLOG