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>
Tue, 29 Aug 2017 18:31:26 +0000 (14:31 -0400)
commit3119de00eed0eeb9ddf80f93c4b8f0ba80f97a2f
tree11320db5780f837d173c57b9fa26b32b4014a6d2
parent474f324652acca46d81f87f1768e4edf8afebb60
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.024357 seconds and 4 git commands to generate.