From 4aafbbf4a21d3a46bed6e2dafb46354f7ce6e346 Mon Sep 17 00:00:00 2001 From: Eliah Kagan Date: Tue, 12 Sep 2023 00:58:45 -0400 Subject: [PATCH] Remove spurious executable permissions This unsets the executable bit on test/fixtures/diff_mode_only, which was the only of the fixture files to be marked executable, and which is not a script. --- test/fixtures/diff_mode_only | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 test/fixtures/diff_mode_only diff --git a/test/fixtures/diff_mode_only b/test/fixtures/diff_mode_only old mode 100755 new mode 100644