2010-04-11 21:51:58

by Mike Frysinger

[permalink] [raw]
Subject: [PATCH] set +x on t0001-statd-basic-mon-unmon.sh

The test framework tries to exec this script, but it fails because it
lacks the +x bit.

Signed-off-by: Mike Frysinger <[email protected]>
---
0 files changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 tests/t0001-statd-basic-mon-unmon.sh

diff --git a/tests/t0001-statd-basic-mon-unmon.sh b/tests/t0001-statd-basic-mon-unmon.sh
old mode 100644
new mode 100755
--
1.7.0.2



2010-04-15 12:52:47

by Steve Dickson

[permalink] [raw]
Subject: Re: [PATCH] set +x on t0001-statd-basic-mon-unmon.sh



On 04/11/2010 05:51 PM, Mike Frysinger wrote:
> The test framework tries to exec this script, but it fails because it
> lacks the +x bit.
>
> Signed-off-by: Mike Frysinger <[email protected]>
committed...

steved.