summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/test_smbclient_posix_large.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_smbclient_posix_large.sh b/source3/script/tests/test_smbclient_posix_large.sh
index a5fdbba3ac..0aee7afcc0 100755
--- a/source3/script/tests/test_smbclient_posix_large.sh
+++ b/source3/script/tests/test_smbclient_posix_large.sh
@@ -49,7 +49,7 @@ EOF
}
rm -f $PREFIX/largefile
-dd if=/dev/zero of=$PREFIX/largefile skip=20M count=1 bs=1
+dd if=/dev/zero of=$PREFIX/largefile skip=$((20*1024*1024)) count=1 bs=1
incdir=`dirname $0`/../../../testprogs/blackbox
. $incdir/subunit.sh