summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-949242.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-949242.t')
-rw-r--r--tests/bugs/bug-949242.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-949242.t b/tests/bugs/bug-949242.t
index c596cf7f25b..31e5bf6be6f 100644
--- a/tests/bugs/bug-949242.t
+++ b/tests/bugs/bug-949242.t
@@ -33,7 +33,7 @@ TEST unlink $M0/file
# truncate a file to a fixed size, fallocate and verify that the size does not
# change
-TEST truncate --size=1m $M0/file
+TEST truncate -s 1M $M0/file
TEST fallocate -l 2m -n $M0/file
blksz=`stat -c %b $M0/file`
nblks=`stat -c %B $M0/file`