common: add leading underscore to get_block_size
[xfstests-dev.git] / tests / generic / 159
index 6f75b73ec03caa4a378f280b1a6d8333ca7e178a..7e52d5cb0658fb3f1e3fc9ce6c331535f8b61f3b 100755 (executable)
@@ -54,7 +54,7 @@ rm -rf $testdir1
 mkdir $testdir1
 
 echo "Create the original files"
-blksz="$(get_block_size $testdir1)"
+blksz="$(_get_block_size $testdir1)"
 blks=1000
 margin='7%'
 sz=$((blksz * blks))