Write proper size (4.5G) in test_9 of s-q.
Signed-off-by: Niu Yawei <yawei.niu@intel.com>
Change-Id: I3dbb9f9b5e0b053529b97b90156dea1b75e366b1
Reviewed-on: http://review.whamcloud.com/5185
Tested-by: Hudson
Reviewed-by: Johann Lombardi <johann.lombardi@intel.com>
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
# run for fixing bug10707, it needs a big room. test for 64bit
test_9() {
- local filesize=$((1024 * 1024 * 1024 * 9 / 2)) # 4.5G
+ local filesize=$((1024 * 9 / 2)) # 4.5G
check_whether_skip && return 0