mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-30 18:22:14 +00:00
btrfs-progs: tests: fix typo in convert-tests/008-readonly-image
The dd in convert-tests/008-readonly-image is expected to fail, so there being a typo in the file name has gone unnoticed. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
f2c14eb282
commit
0cd4485178
@ -16,10 +16,10 @@ convert_test_do_convert
|
||||
run_check_mount_test_dev
|
||||
|
||||
# It's expected to fail
|
||||
$SUDO_HELPER dd if=/dev/zero of="$TEST_MNT/ext2_save/image" bs=1M count=1 \
|
||||
$SUDO_HELPER dd if=/dev/zero of="$TEST_MNT/ext2_saved/image" bs=1M count=1 \
|
||||
&> /dev/null
|
||||
if [ $? -ne 1 ]; then
|
||||
echo "after convert ext2_save/image is not read-only"
|
||||
echo "after convert ext2_saved/image is not read-only"
|
||||
exit 1
|
||||
fi
|
||||
run_check_umount_test_dev
|
||||
|
Loading…
Reference in New Issue
Block a user