Signed-off-by: Liu Yuan <namei.unix at gmail.com> --- tests/functional/068 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/068 b/tests/functional/068 index 3dcdb39..28afe4e 100755 --- a/tests/functional/068 +++ b/tests/functional/068 @@ -31,5 +31,5 @@ done $COLLIE vdi create test 10M for i in 0 1 2; do - _vdi_list + _vdi_list -p $((7000+$i)) done -- 1.7.9.5 |