From ceede59ea90cebad52ba9c8263fef3fb6ef17593 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sat, 14 May 2005 17:42:02 +0200 Subject: [PATCH] Fixed t0000-basic.sh and test-lib.sh permissions The +x bit was missing. I applied the original patch three times and set the permissions correctly two times. Guess which was the time I forgot. --- t/t0000-basic.sh | 0 t/test-lib.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 t/t0000-basic.sh mode change 100644 => 100755 t/test-lib.sh diff --git a/t/t0000-basic.sh b/t/t0000-basic.sh old mode 100644 new mode 100755 diff --git a/t/test-lib.sh b/t/test-lib.sh old mode 100644 new mode 100755 -- 2.11.0