diff mbox series

fixup! {upload,receive}-pack tests: add --advertise-refs tests

Message ID 20210803060005.18151-1-carenas@gmail.com (mailing list archive)
State New, archived
Headers show
Series fixup! {upload,receive}-pack tests: add --advertise-refs tests | expand

Commit Message

Carlo Marcelo Arenas Belón Aug. 3, 2021, 6 a.m. UTC
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@gmail.com>
---
 t/t5555-http-smart-common.sh | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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