From: Liu Yuan <tailai.ly at taobao.com> We should specify the desired disk space to pass the test Signed-off-by: Liu Yuan <tailai.ly at taobao.com> --- tests/016 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/016 b/tests/016 index 7aac223..df773fe 100755 --- a/tests/016 +++ b/tests/016 @@ -14,7 +14,7 @@ status=1 # failure is the default! _cleanup for i in 0 1 2; do - $SHEEP $STORE/$i -p 700$i -z $i -c $DRIVER + $SHEEP $STORE/$i -s 4096 -p 700$i -z $i -c $DRIVER done sleep 1; -- 1.7.10.2 |