summaryrefslogtreecommitdiff
path: root/tests/xfs/552
diff options
context:
space:
mode:
Diffstat (limited to 'tests/xfs/552')
-rwxr-xr-xtests/xfs/5522
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xfs/552 b/tests/xfs/552
index 172ed206..cb97b2ff 100755
--- a/tests/xfs/552
+++ b/tests/xfs/552
@@ -30,7 +30,7 @@ mkdir $testdir
echo "Create the original files"
nr=16
-blksz=$(get_page_size)
+blksz=$(_get_page_size)
_pwrite_byte 0x61 0 $((blksz * nr)) $testdir/testfile >> $seqres.full
_pwrite_byte 0x62 0 $((blksz * nr)) $testdir/poisonfile >> $seqres.full
seq 0 2 $((nr - 1)) | while read i; do