From: Eric Wong Date: Tue, 17 Apr 2012 21:10:51 +0000 (+0000) Subject: tests: set executable bit on integration shell scripts X-Git-Tag: v4.3.0~1 X-Git-Url: https://repo.or.cz/w/unicorn.git/commitdiff_plain/e7f5de575b3fd58c65014191c31ed2a59bd05265 tests: set executable bit on integration shell scripts These should be made executable for ease-of-understanding and consistency, regardless of whether we actually execute them. --- diff --git a/t/t0011-active-unix-socket.sh b/t/t0011-active-unix-socket.sh old mode 100644 new mode 100755 diff --git a/t/t0019-max_header_len.sh b/t/t0019-max_header_len.sh old mode 100644 new mode 100755 diff --git a/t/t0020-at_exit-handler.sh b/t/t0020-at_exit-handler.sh old mode 100644 new mode 100755 diff --git a/t/t9002-oob_gc-path.sh b/t/t9002-oob_gc-path.sh old mode 100644 new mode 100755