mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
compare_testfiles.sh: fix whitespace
This commit is contained in:
parent
9bf2210d40
commit
ab9382ea4a
@ -9,7 +9,6 @@ fi
|
|||||||
|
|
||||||
tlctest()
|
tlctest()
|
||||||
{
|
{
|
||||||
|
|
||||||
OUT=`(time $TLC $1) 2>&1 | grep real | cut -f 2 | cut -c 3-`
|
OUT=`(time $TLC $1) 2>&1 | grep real | cut -f 2 | cut -c 3-`
|
||||||
echo "tlc: $1 $OUT"
|
echo "tlc: $1 $OUT"
|
||||||
return 0
|
return 0
|
||||||
|
Loading…
Reference in New Issue
Block a user