Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 May 2022 15:46:57 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 21add93b5818 - main - makefs: Remove execute permission from in-tree test scripts
Message-ID:  <202205191546.24JFkvqU065335@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=21add93b58189322b00421f428917759a7034736

commit 21add93b58189322b00421f428917759a7034736
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-03-23 17:32:17 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-05-19 15:46:02 +0000

    makefs: Remove execute permission from in-tree test scripts
    
    Let the build system set it as needed.  No functional change intended.
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 usr.sbin/makefs/tests/makefs_cd9660_tests.sh | 0
 usr.sbin/makefs/tests/makefs_ffs_tests.sh    | 0
 usr.sbin/makefs/tests/makefs_tests_common.sh | 0
 3 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/usr.sbin/makefs/tests/makefs_cd9660_tests.sh b/usr.sbin/makefs/tests/makefs_cd9660_tests.sh
old mode 100755
new mode 100644
diff --git a/usr.sbin/makefs/tests/makefs_ffs_tests.sh b/usr.sbin/makefs/tests/makefs_ffs_tests.sh
old mode 100755
new mode 100644
diff --git a/usr.sbin/makefs/tests/makefs_tests_common.sh b/usr.sbin/makefs/tests/makefs_tests_common.sh
old mode 100755
new mode 100644



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205191546.24JFkvqU065335>