Port: don't quote wc output in test scripts
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 30 Aug 2017 18:29:26 +0000 (14:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 17 Sep 2017 18:10:50 +0000 (14:10 -0400)
commit61a2a59ebe517e1a440a86fefedd13422ec4dd4f
treea9b16655b1fc160366599931f3676ad61ce33fee
parent247095778ca8929a4c4617a9edfa9ecb84810d65
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/intersection/test_intersection.in
This page took 0.024233 seconds and 4 git commands to generate.