Port: don't quote wc output in test scripts
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 21 Aug 2017 19:24:36 +0000 (15:24 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 28 Aug 2017 21:28:59 +0000 (17:28 -0400)
commit0ae93e876776d06758472fa1eb3a3386508433eb
tree7924cad1e8aba705167c1ceaa812ba9047b2053c
parenta157fea98bfd2b50a32d5da27a490c5f043b8144
Port: don't quote wc output in test scripts

The 'wc' command on macOS prefixes the count it returns with spaces, if
we quote the output it won't be properly converted to integer for the
comparison.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/cli/test_trace_copy.in
tests/cli/test_trimmer.in
This page took 0.024648 seconds and 4 git commands to generate.