btrfs-progs: tests: fix typo in error message

Signed-off-by: David Sterba <dsterba@suse.com>
master
David Sterba 2018-01-08 19:48:51 +01:00
parent 60fa9e945f
commit 6e8571e2df
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ prepare_test_dev()
return;
fi
echo "\$TEST_DEV not given, use $TOP/test/test.img as fallback" >> \
echo "\$TEST_DEV not given, using $TOP/tests/test.img as fallback" >> \
"$RESULTS"
TEST_DEV="$TOP/tests/test.img"