SIGN IN SIGN UP

integration-cli: seed rand in makeRandomString

Current uses of `makeRandomString` is to create really
long strings. In #10794, I used them to create nearly-unique
unix paths for the daemon. Although collions are harmless and
don't fail the tests, this prevents the same strings from being
created consistently in every run by seeding rand.Random.

Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
A
Ahmet Alp Balkan committed
00cd214afe46e79848e0f807bcdd19c20251cd2f
Parent: aa073ac