common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / generic / 153
index 2ddb48d7bf652fe2c9bf501dee722b3a931afb3a..fb5d55238d0ce7357e33d049c4aa93c1bdfd4c92 100755 (executable)
@@ -60,7 +60,7 @@ rm -rf $testdir
 mkdir $testdir
 
 echo "Create the original file blocks"
-blksz="$(get_block_size $testdir)"
+blksz="$(_get_block_size $testdir)"
 blks=2000
 margin='15%'
 sz=$((blksz * blks))