]> 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>
Thu, 4 Feb 2021 03:16:51 +0000 (21:16 -0600)
commitca9e7ac2fbbbb393a0221ff96ae03f9cac1745b3
tree5a381f09f2f9d9533d66aa0f19beb3b8dcdbc2be
parent37fed6c860035396c306bffb07f2511c12af3f74
du: tests: use dollar-single quotes where appropriate

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

(cherry picked from commit bf59049c27ef86669a94ffd43f7216107b5c57ff)
usr.bin/du/tests/du_test.sh