summaryrefslogtreecommitdiff
path: root/tests/btrfs/174
diff options
context:
space:
mode:
Diffstat (limited to 'tests/btrfs/174')
-rwxr-xr-xtests/btrfs/1742
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/btrfs/174 b/tests/btrfs/174
index 3bb5e7f9..0acd65f0 100755
--- a/tests/btrfs/174
+++ b/tests/btrfs/174
@@ -20,7 +20,7 @@ _scratch_mount
$BTRFS_UTIL_PROG subvolume create "$SCRATCH_MNT/swapvol" >> $seqres.full
swapfile="$SCRATCH_MNT/swapvol/swap"
-_format_swapfile "$swapfile" $(($(get_page_size) * 10)) > /dev/null
+_format_swapfile "$swapfile" $(($(_get_page_size) * 10)) > /dev/null
swapon "$swapfile"
# Turning off nocow doesn't do anything because the file is not empty, not