btrfs-progs: tests: fix typo in error message
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
60fa9e945f
commit
6e8571e2df
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue