summaryrefslogtreecommitdiff
path: root/tests/generic/217
diff options
context:
space:
mode:
authorDarrick J. Wong <darrick.wong@oracle.com>2017-01-04 17:04:48 -0800
committerEryu Guan <eguan@redhat.com>2017-01-15 13:56:45 +0800
commit0bfb84110bfc9ea85a493f5c17c5d137dce9e3ef (patch)
tree16394a78d83442b9722ba49a5a3f265939ee9d8e /tests/generic/217
parentdaedb4dc1313b636870d6a06981ae07bef5e730a (diff)
common: add leading underscore to get_block_size
Add a leading underscore to the get_block_size helper since it's a common function. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
Diffstat (limited to 'tests/generic/217')
-rwxr-xr-xtests/generic/2172
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/217 b/tests/generic/217
index 65113d9a..19d6f007 100755
--- a/tests/generic/217
+++ b/tests/generic/217
@@ -62,7 +62,7 @@ _scratch_mount >> $seqres.full 2>&1
testdir=$SCRATCH_MNT/test-$seq
mkdir $testdir
-real_blksz=$(get_block_size $testdir)
+real_blksz=$(_get_block_size $testdir)
test $real_blksz != $blksz && _notrun "Failed to format with small blocksize."
echo "Create the original files"