commit | 926e89441fb735bc4ed7d10713a8cd3d3dc44b49 | [log] [tgz] |
---|---|---|
author | Johannes Sixt <j6t@kdbg.org> | Sat Jun 01 11:34:20 2013 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jun 02 16:23:35 2013 -0700 |
tree | 72e298f7274617caa0e80fbdcfcce93bd56b04ae | |
parent | edca4152560522a431a51fc0a06147fc680b5b18 [diff] |
test-chmtime: Fix exit code on Windows MinGW's bash does not recognize an exit code -1 as failure. See also 47e3de0e (MinGW: truncate exit()'s argument to lowest 8 bits) and 2488df84 (builtin run_command: do not exit with -1). Exit code 1 is good enough. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>