summaryrefslogtreecommitdiff
path: root/tests/btrfs/251
diff options
context:
space:
mode:
Diffstat (limited to 'tests/btrfs/251')
-rwxr-xr-xtests/btrfs/2512
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/251 b/tests/btrfs/251
index 4b6edd6c..af010958 100755
--- a/tests/btrfs/251
+++ b/tests/btrfs/251
@@ -19,7 +19,7 @@ _begin_fstest auto quick compress dangerous
_supported_fs btrfs
_require_scratch
-pagesize=$(get_page_size)
+pagesize=$(_get_page_size)
# Read the content from urandom to a known safe location
$XFS_IO_PROG -f -c "pwrite -i /dev/urandom 0 $pagesize" "$tmp.good" > /dev/null