Skip to content

Commit

Permalink
btrfs-progs: tests: fix filename typo in fsck/052 compex -> complex
Browse files Browse the repository at this point in the history
Codespell discovered a typo in tests that's actually a bug in filename
that is supposed to be created and written to.

=== Do not change lines below ===
{
 "chain": [],
 "cmd": "git-sedi compex complex",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^

Pull-request: kdave#846
Author: Yaroslav Halchenko <debian@onerussian.com>
Signed-off-by: David Sterba <dsterba@suse.com>
  • Loading branch information
yarikoptic authored and kdave committed Jul 30, 2024
1 parent 5308564 commit 1de113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fsck-tests/052-init-csum-tree/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ run_check $SUDO_HELPER fallocate -p -o 4096 -l 4096 "$TEST_MNT/regular_with_hole

# And the most complex one, preallocated, written, then hole
run_check $SUDO_HELPER fallocate -l 8192 "$TEST_MNT/complex"
run_check $SUDO_HELPER dd if=/dev/urandom of="$TEST_MNT/compex" \
run_check $SUDO_HELPER dd if=/dev/urandom of="$TEST_MNT/complex" \
bs=4k count=1 conv=notrunc status=noxfer > /dev/null 2>&1
sync
run_check $SUDO_HELPER fallocate -p -l 4096 "$TEST_MNT/regular_with_holes"
Expand Down

0 comments on commit 1de113e

Please sign in to comment.