]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
du: tests: use dollar-single quotes where appropriate
authorKyle Evans <kevans@FreeBSD.org>
Fri, 29 Jan 2021 03:01:12 +0000 (21:01 -0600)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 29 Jan 2021 03:02:58 +0000 (21:02 -0600)
commitbf59049c27ef86669a94ffd43f7216107b5c57ff
treea349e2b0a6a7d3152cd295dbaee20890bfa67311
parent0f919ed4ae4df082eefb517afe02752b1790afd3
du: tests: use dollar-single quotes where appropriate

No need for "foo$(printf "\t")", $'\t' is both more readable and still
functional.

Reported-by: Jamie Landeg-Jones <jamie@catflap.org>
usr.bin/du/tests/du_test.sh