We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6feea commit d6fb55bCopy full SHA for d6fb55b
tests/testhelpers.sh
@@ -25,7 +25,8 @@ function _test_dmg_has_correct_number_of_blocks() {
25
}
26
27
function _test_dmg_contents_is_same_as_testdata() {
28
- for f in $(ls $HFSFUSE_DIR/src); do
+ for f in $HFSFUSE_DIR/src/*; do
29
+ f=$(basename $f)
30
echo "Diffing $HFSFUSE_DIR/src/$f"
31
diff $HFSFUSE_DIR/src/$f <(hfsdump $dmg_file read "/src/$f")
32
done
0 commit comments