From ffa7eed8a3996deb164a5571a62fe147ec5b5b5d Mon Sep 17 00:00:00 2001 From: Bill Kendall Date: Mon, 7 Nov 2011 11:50:53 -0600 Subject: [PATCH] fix permissions on non-executable tests Tests that are not executable are made executable when they are run, causing git to report them as modified. Fix this by changing non-executable tests to have permissions of 0755. Reviewed-by: Alex Elder Signed-off-by: Bill Kendall Signed-off-by: Christoph Hellwig --- 255 | 0 256 | 0 257 | 0 258 | 0 259 | 0 260 | 0 261 | 0 262 | 0 263 | 0 266 | 0 267 | 0 268 | 0 12 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 255 mode change 100644 => 100755 256 mode change 100644 => 100755 257 mode change 100644 => 100755 258 mode change 100644 => 100755 259 mode change 100644 => 100755 260 mode change 100644 => 100755 261 mode change 100644 => 100755 262 mode change 100644 => 100755 263 mode change 100644 => 100755 266 mode change 100644 => 100755 267 mode change 100644 => 100755 268 diff --git a/255 b/255 old mode 100644 new mode 100755 diff --git a/256 b/256 old mode 100644 new mode 100755 diff --git a/257 b/257 old mode 100644 new mode 100755 diff --git a/258 b/258 old mode 100644 new mode 100755 diff --git a/259 b/259 old mode 100644 new mode 100755 diff --git a/260 b/260 old mode 100644 new mode 100755 diff --git a/261 b/261 old mode 100644 new mode 100755 diff --git a/262 b/262 old mode 100644 new mode 100755 diff --git a/263 b/263 old mode 100644 new mode 100755 diff --git a/266 b/266 old mode 100644 new mode 100755 diff --git a/267 b/267 old mode 100644 new mode 100755 diff --git a/268 b/268 old mode 100644 new mode 100755 -- 2.47.3