summaryrefslogtreecommitdiff
path: root/tests/common
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-01-08 19:48:51 +0100
committerDavid Sterba <dsterba@suse.com>2018-01-08 19:50:27 +0100
commit6e8571e2df5b33e601123c686bdc0de7a3542959 (patch)
tree5f45dc60844ccc2caa6264b6fb86f6fc14818732 /tests/common
parent60fa9e945f595484928312d6df8ca1793491cffe (diff)
btrfs-progs: tests: fix typo in error message
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tests/common')
-rw-r--r--tests/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/common b/tests/common
index 734cd171..a2e2f50d 100644
--- a/tests/common
+++ b/tests/common
@@ -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"