]> arthur.barton.de Git - bup.git/commit - t/test.sh
test.sh: remove "wc -l" quoting until/unless we fix the broader issue.
authorRob Browning <rlb@defaultvalue.org>
Mon, 4 Nov 2013 15:34:17 +0000 (09:34 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 4 Nov 2013 15:40:16 +0000 (09:40 -0600)
commit6ff6c91b8f709590b9f5360c1afd7c42cb535ddf
tree9bf2b049af1064bb3a988fc60a9134ff771f26ca
parentda6659045814b7e7a9f002da02baa26779a21420
test.sh: remove "wc -l" quoting until/unless we fix the broader issue.

On some platforms "wc -l" returns whitespace along with the count,
which breaks the one case where we quoted the result, i.e. "$(... | wc
-l").  For now, remove the quoting until/unless we decide to fix all
of the affected invocations.

Thanks to Thomas Klausner <tk@giga.or.at> for reporting the problem on
NetBSD.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
t/test.sh