]> asedeno.scripts.mit.edu Git - git.git/blobdiff - http-push.c
t7502: tighten loosely written test sequence
[git.git] / http-push.c
index f173dcd64f73bddc891808c96c43407533aac1f5..c93e781c3b503bae6ee7c6735fa058aa0a98e026 100644 (file)
@@ -2277,6 +2277,7 @@ int main(int argc, char **argv)
        signal(SIGINT, remove_locks_on_signal);
        signal(SIGHUP, remove_locks_on_signal);
        signal(SIGQUIT, remove_locks_on_signal);
+       signal(SIGTERM, remove_locks_on_signal);
 
        /* Check whether the remote has server info files */
        remote->can_update_info_refs = 0;