summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-915554.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs/bug-915554.t')
-rwxr-xr-xtests/bugs/bug-915554.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-915554.t b/tests/bugs/bug-915554.t
index 7d6f1336e29..b0c653ec5f7 100755
--- a/tests/bugs/bug-915554.t
+++ b/tests/bugs/bug-915554.t
@@ -30,7 +30,7 @@ i=1
# Write some data to a file and extend such that the file is sparse to a sector
# aligned boundary.
echo test > $M0/$i
-TEST truncate --size=1m $M0/$i
+TEST truncate -s 1M $M0/$i
# cache the original size
SIZE1=`stat -c %s $M0/$i`