btrfs/004: fix filefrag filter for files with 1 block only
[ddiss/fstests.git] / tests / btrfs / 004
index 211d8bc20a686638473aaaf2b0d3e6e987d10258..670e1c2311a7e1447792a2437c10b98a3afe5f98 100755 (executable)
@@ -58,7 +58,7 @@ _require_command "/usr/sbin/filefrag"
 rm -f $seqres.full
 
 FILEFRAG_FILTER='
-       if (/blocks of (\d+) bytes/) {
+       if (/blocks? of (\d+) bytes/) {
                $blocksize = $1;
                next
        }