diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-02-11 16:55:57 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-02-11 16:55:57 -0800 |
| commit | d073bdc6a06f26b81457abed653c8fb9cee4ba0c (patch) | |
| tree | e4454ca629f905969c4ea03c12eb7a8431953fa7 /t/helper/test-tool.c | |
| parent | 8db2f665e1b25c2e88ddb00b402a4aa3b73a4cf4 (diff) | |
| parent | 47efda967cfd4ef9d39de149e1e3654b051e5d19 (diff) | |
| download | git-d073bdc6a06f26b81457abed653c8fb9cee4ba0c.tar.gz | |
Merge branch 'bc/csprng-mktemps'
Pick a better random number generator and use it when we prepare
temporary filenames.
* bc/csprng-mktemps:
wrapper: use a CSPRNG to generate random file names
wrapper: add a helper to generate numbers from a CSPRNG
Diffstat (limited to 't/helper/test-tool.c')
| -rw-r--r-- | t/helper/test-tool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/helper/test-tool.c b/t/helper/test-tool.c index 338a57b104..e6ec69cf32 100644 --- a/t/helper/test-tool.c +++ b/t/helper/test-tool.c @@ -20,6 +20,7 @@ static struct test_cmd cmds[] = { { "chmtime", cmd__chmtime }, { "config", cmd__config }, { "crontab", cmd__crontab }, + { "csprng", cmd__csprng }, { "ctype", cmd__ctype }, { "date", cmd__date }, { "delta", cmd__delta }, |
