t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)
[git/debian.git] / t / helper / test-sha1.c
blobd860c387c3846d69b7bd63a144ede2f93da60886
1 #include "test-tool.h"
2 #include "cache.h"
4 int cmd__sha1(int ac, const char **av)
6 return cmd_hash_impl(ac, av, GIT_HASH_SHA1);