csirac2 / snazzer

btrfs snapshotting and backup system offering snapshot measurement, transport and pruning.
BSD 2-Clause "Simplified" License
89 stars 9 forks source link

Tests should emit useful information when they fail #42

Closed csirac2 closed 7 years ago

csirac2 commented 7 years ago

Change our assertions to use diff -u expected actual rather than [ "foo" = "$blah" ] so that bats will emit some useful/actionable information when tests fail.