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:
Jeff Mahoney 2017-08-22 19:44:44 +02:00 committed by David Sterba
parent f2c14eb282
commit 0cd4485178

View File

@ -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