compare_testfiles.sh: fix whitespace

This commit is contained in:
Peter Meerwald-Stadler 2021-04-27 15:42:00 +02:00
parent 9bf2210d40
commit ab9382ea4a

View File

@ -9,7 +9,6 @@ fi
tlctest()
{
OUT=`(time $TLC $1) 2>&1 | grep real | cut -f 2 | cut -c 3-`
echo "tlc: $1 $OUT"
return 0