common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / generic / 205
index cfda8c37fc9e5703475d913448bfce111f5bf20b..65e345a8bdaadd8a8fc01025ccb8c38f409f45b6 100755 (executable)
@@ -60,7 +60,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"