mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-19 11:16:51 +00:00
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>
This commit is contained in:
parent
bbb3d8f6f0
commit
012e51ae6e
@ -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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user