avoids CI windows run failures showing: non-executable tests: t5555-http-smart-common.sh make: *** [Makefile:90: test-lint-executable] Error 1 make: *** Waiting for unfinished jobs.... Error: Process completed with exit code 2. Signed-off-by: Carlo Marcelo Arenas Belón <carenas@xxxxxxxxx> --- t/t5555-http-smart-common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/t5555-http-smart-common.sh b/t/t5555-http-smart-common.sh index 8d9d6a556f..49faf5e283 100755 --- a/t/t5555-http-smart-common.sh +++ b/t/t5555-http-smart-common.sh @@ -1,3 +1,5 @@ +#!/bin/sh + test_description='test functionality common to smart fetch & push' . ./test-lib.sh -- 2.33.0.rc0.433.g9a510e7e11