diff options
Diffstat (limited to 't/helper/test-hash-speed.c')
-rw-r--r-- | t/helper/test-hash-speed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-hash-speed.c b/t/helper/test-hash-speed.c index 432233c7f0..f40d9ad0c2 100644 --- a/t/helper/test-hash-speed.c +++ b/t/helper/test-hash-speed.c @@ -57,5 +57,5 @@ int cmd__hash_speed(int ac, const char **av) free(p); } - exit(0); + return 0; } |