btrfs-progs: tests: fsck/013: use correct path for btrfs-corrupt-block

All utilities should be found in the $TOP directory, INTERNAL_BIN was
there by accident.

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2019-12-18 17:25:57 +01:00
parent bbb3d8f6f0
commit 012e51ae6e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ test_extent_tree_rebuild()
fi
# corrupt extent root node block
run_check $SUDO_HELPER "$INTERNAL_BIN/btrfs-corrupt-block" -l "$extent_root_bytenr" \
run_check $SUDO_HELPER "$TOP/btrfs-corrupt-block" -l "$extent_root_bytenr" \
-b 4096 "$TEST_DEV"
$SUDO_HELPER "$TOP/btrfs" check "$TEST_DEV" >& /dev/null && \