summaryrefslogtreecommitdiff
path: root/t/helper/test-hash-speed.c
diff options
context:
space:
mode:
Diffstat (limited to 't/helper/test-hash-speed.c')
-rw-r--r--t/helper/test-hash-speed.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/helper/test-hash-speed.c b/t/helper/test-hash-speed.c
index 432233c..b235da5 100644
--- a/t/helper/test-hash-speed.c
+++ b/t/helper/test-hash-speed.c
@@ -1,5 +1,5 @@
#include "test-tool.h"
-#include "cache.h"
+#include "hash-ll.h"
#define NUM_SECONDS 3
@@ -57,5 +57,5 @@ int cmd__hash_speed(int ac, const char **av)
free(p);
}
- exit(0);
+ return 0;
}