]> arthur.barton.de Git - bup.git/commit
test-sparse-files: check sparse file size more carefully
authorRob Browning <rlb@defaultvalue.org>
Tue, 27 Mar 2018 04:29:17 +0000 (23:29 -0500)
committerRob Browning <rlb@defaultvalue.org>
Tue, 27 Mar 2018 04:29:25 +0000 (23:29 -0500)
commit9b61668993720c08a0c56b68a435db687893bff2
treeb39490b06b81b8a336448e9fe020e903dba27959
parentdba5c9d58d897796d0167a9c2e4f7099ea9d085c
test-sparse-files: check sparse file size more carefully

Test the actual sparse file with du, not the parent restore
directory.  Unnecessarily testing the whole tree broke the tests on a
docker system because the directories themselves were large.

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