]> git.ipfire.org Git - thirdparty/coreutils.git/commit
test: use consistent quoting
authorPádraig Brady <P@draigBrady.com>
Tue, 3 Nov 2015 09:49:50 +0000 (09:49 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 4 Nov 2015 23:30:15 +0000 (23:30 +0000)
commited2326ac367a77b1d88493e96ccebdd36f596cdb
tree618c4925ccd44cc805bc74a21ef3675343b145fb
parent08e8fd7e38f2dae7c69c54eb22d508b6517e66e5
test: use consistent quoting

* src/test.c (test_syntax_error): Reuse verror() rather than
open coding the error output format.
(term): Don't hardcode '' quoting.
(main): Likewise.
src/test.c