diff options
Diffstat (limited to 'tests/ubi-tests/io_paral.c')
-rw-r--r-- | tests/ubi-tests/io_paral.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ubi-tests/io_paral.c b/tests/ubi-tests/io_paral.c index 3ceda95..9754a0d 100644 --- a/tests/ubi-tests/io_paral.c +++ b/tests/ubi-tests/io_paral.c @@ -233,6 +233,7 @@ int main(int argc, char * const argv[]) int i, ret; pthread_t threads[THREADS_NUM]; + seed_random_generator(); if (initial_check(argc, argv)) return 1; |