diff options
Diffstat (limited to 'tests/volume.rc')
-rw-r--r-- | tests/volume.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/volume.rc b/tests/volume.rc index 0f47f7e6741..9c0e20970b5 100644 --- a/tests/volume.rc +++ b/tests/volume.rc @@ -313,7 +313,7 @@ function data_written_count { } function has_holes { - if [ $((`stat -c '%b*%B-%s' -- $1`)) -lt 0 ]; + if [ $((`stat -c '%b*%B-%s' $1`)) -lt 0 ]; then echo "1" else |