]> arthur.barton.de Git - bup.git/commit
test-cat-file.sh: use -l instead of -b; explain differences.
authorRob Browning <rlb@defaultvalue.org>
Thu, 31 Oct 2013 15:23:24 +0000 (10:23 -0500)
committerRob Browning <rlb@defaultvalue.org>
Fri, 1 Nov 2013 23:52:40 +0000 (18:52 -0500)
commit5fdb455a2af008b5b504bbce98ad007c95c7e822
tree25ef0a8a8d347add53178274f43897231e1a2078
parent0f23151db138e962c2da39d7da0c00d11fb782f1
test-cat-file.sh: use -l instead of -b; explain differences.

It turns out that cmp -b doesn't work on at least NetBSD, so use -l
instead, and when there's a problem, diff the "bup meta" output as
well.

Thanks to Thomas Klausner <tk@giga.or.at> for the report.

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