# HG changeset patch # User Christian Brabandt # Date 1709844308 -3600 # Node ID 2b64ae7b046c10c3ebc7e6b873f60b29afad1149 # Parent 08bf7b986d03330f6c4f3a58b1176a75f3d002c6 runtime(syntax-tests): remove executable bit from sh test file Commit: https://github.com/vim/vim/commit/64de03a22bcb3ea15a215673c08390e6babcc03f Author: Aliaksei Budavei <32549825+zzzyxwvut@users.noreply.github.com> Date: Thu Mar 7 21:28:39 2024 +0100 runtime(syntax-tests): remove executable bit from sh test file related: https://github.com/vim/vim/issues/14138 Signed-off-by: Christian Brabandt diff --git a/runtime/syntax/testdir/input/sh_11.sh b/runtime/syntax/testdir/input/sh_11.sh old mode 100755 new mode 100644