Skip to content

Commit f3b7148

Browse files
yarikoptickdave
authored andcommitted
btrfs-progs: tests: fix filename typo in fsck/052 compex -> complex
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: #846 Author: Yaroslav Halchenko <debian@onerussian.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent a8e2774 commit f3b7148

File tree

1 file changed

+1
-1
lines changed
  • tests/fsck-tests/052-init-csum-tree

1 file changed

+1
-1
lines changed

tests/fsck-tests/052-init-csum-tree/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ run_check $SUDO_HELPER fallocate -p -o 4096 -l 4096 "$TEST_MNT/regular_with_hole
4343

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

0 commit comments

Comments
 (0)