Re: [PATCH] test_must_fail: compare exit_code using integer -eq operator

2015-11-28 Thread Jeff King
On Wed, Nov 25, 2015 at 10:05:24PM +, Ramsay Jones wrote: > Hi Jeff, > > Can we squash this into your fixup? I think it's a good thing to do, but I had figured it could be a separate patch (especially since it is touching lines that are otherwise unchanged by the patch). Looks like Lars fold

[PATCH] test_must_fail: compare exit_code using integer -eq operator

2015-11-25 Thread Ramsay Jones
Signed-off-by: Ramsay Jones --- Hi Jeff, Can we squash this into your fixup? ATB, Ramsay Jones t/test-lib-functions.sh | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index 85aeaf9..2bb639e 100644 --- a/t/test-lib-