summaryrefslogtreecommitdiff
path: root/tests/xfs/559
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xfs/559')
-rwxr-xr-xtests/xfs/5592
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xfs/559 b/tests/xfs/559
index 92822d26..cffe5045 100755
--- a/tests/xfs/559
+++ b/tests/xfs/559
@@ -42,7 +42,7 @@ $XFS_IO_PROG -c 'chattr -x' $SCRATCH_MNT &> $seqres.full
_require_pagecache_access $SCRATCH_MNT
blocks=10
-blksz=$(get_page_size)
+blksz=$(_get_page_size)
filesz=$((blocks * blksz))
dirty_offset=$(( filesz - 1 ))
write_len=$(( ( (blocks - 1) * blksz) + 1 ))