Rename _scratch_mount to _scratch_cycle_mount
[xfstests-dev.git] / tests / generic / 172
index 3e32644d009550981404e91a3a868f592027aa99..26fb30538f7544f3d07c8b2d7aa430598295ad69 100755 (executable)
@@ -87,7 +87,7 @@ echo ${out} >> $seqres.full 2>&1
 echo ${out}
 
 echo "Remount and try CoW again"
-_scratch_remount
+_scratch_cycle_mount
 
 out="$(_pwrite_byte 0x62 0 $((blksz * nr_blks)) $testdir/bigfile 2>&1)"
 echo ${out} | grep -q "No space left on device" || echo "CoW should have failed with ENOSPC"