misc: fix $MKFS_PROG.$FSTYP usage treewide
[xfstests-dev.git] / tests / ext4 / 032
index c63e70346700cd5f300f4d57aa356bc84cf2f9a8..4e8dac42a16a9a78d0af2f4c7b3195c3ac0de540 100755 (executable)
@@ -46,7 +46,7 @@ ext4_online_resize()
        echo "+++ create fs on image file $original_size" | \
                tee -a $seqres.full
 
-       ${MKFS_PROG}.${FSTYP} -F -O bigalloc,resize_inode -C $CLUSTER_SIZ \
+       ${MKFS_PROG} -t ${FSTYP} -F -O bigalloc,resize_inode -C $CLUSTER_SIZ \
                -b $BLK_SIZ ${LOOP_DEVICE} $original_size >> \
                $seqres.full 2>&1 || _fail "mkfs failed"