From 8871d732d1b442cbb4214db43b0bb9bafdd7e7fa Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sat, 7 Oct 2017 23:10:16 +0000 Subject: [PATCH] MFC note: tests/sys/kern/coredump_phnum_test.sh changes omitted MFC r322214: Make test scripts under tests/... non-executable Executable bits should be set at install time instead of in the repo. Setting executable bits on files triggers false positives with Phabricator. --- tests/etc/rc.d/routing_test.sh | 0 tests/sys/acl/aclfuzzer.sh | 0 tests/sys/acl/mktrivial.sh | 0 tests/sys/file/flock_test.sh | 0 tests/sys/geom/class/eli/conf.sh | 0 tests/sys/geom/class/eli/init_alias_test.sh | 0 tests/sys/geom/class/gate/ggate_test.sh | 0 tests/sys/geom/class/mirror/8_test.sh | 0 tests/sys/geom/class/mirror/9_test.sh | 0 tests/sys/geom/class/nop/nop_test.sh | 0 tests/sys/geom/class/uzip/conf.sh | 0 tests/sys/kqueue/libkqueue/kqueue_test.sh | 0 tests/sys/mac/portacl/misc.sh | 0 tests/sys/mac/portacl/nobody_test.sh | 0 tests/sys/mac/portacl/root_test.sh | 0 tests/sys/mqueue/mqueue_test.sh | 0 tests/sys/netinet/fibs_test.sh | 0 tests/sys/opencrypto/runtests.sh | 0 tests/sys/vfs/trailing_slash.sh | 0 19 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 tests/etc/rc.d/routing_test.sh mode change 100755 => 100644 tests/sys/acl/aclfuzzer.sh mode change 100755 => 100644 tests/sys/acl/mktrivial.sh mode change 100755 => 100644 tests/sys/file/flock_test.sh mode change 100755 => 100644 tests/sys/geom/class/eli/conf.sh mode change 100755 => 100644 tests/sys/geom/class/eli/init_alias_test.sh mode change 100755 => 100644 tests/sys/geom/class/gate/ggate_test.sh mode change 100755 => 100644 tests/sys/geom/class/mirror/8_test.sh mode change 100755 => 100644 tests/sys/geom/class/mirror/9_test.sh mode change 100755 => 100644 tests/sys/geom/class/nop/nop_test.sh mode change 100755 => 100644 tests/sys/geom/class/uzip/conf.sh mode change 100755 => 100644 tests/sys/kqueue/libkqueue/kqueue_test.sh mode change 100755 => 100644 tests/sys/mac/portacl/misc.sh mode change 100755 => 100644 tests/sys/mac/portacl/nobody_test.sh mode change 100755 => 100644 tests/sys/mac/portacl/root_test.sh mode change 100755 => 100644 tests/sys/mqueue/mqueue_test.sh mode change 100755 => 100644 tests/sys/netinet/fibs_test.sh mode change 100755 => 100644 tests/sys/opencrypto/runtests.sh mode change 100755 => 100644 tests/sys/vfs/trailing_slash.sh diff --git a/tests/etc/rc.d/routing_test.sh b/tests/etc/rc.d/routing_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/acl/aclfuzzer.sh b/tests/sys/acl/aclfuzzer.sh old mode 100755 new mode 100644 diff --git a/tests/sys/acl/mktrivial.sh b/tests/sys/acl/mktrivial.sh old mode 100755 new mode 100644 diff --git a/tests/sys/file/flock_test.sh b/tests/sys/file/flock_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/geom/class/eli/conf.sh b/tests/sys/geom/class/eli/conf.sh old mode 100755 new mode 100644 diff --git a/tests/sys/geom/class/eli/init_alias_test.sh b/tests/sys/geom/class/eli/init_alias_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/geom/class/gate/ggate_test.sh b/tests/sys/geom/class/gate/ggate_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/geom/class/mirror/8_test.sh b/tests/sys/geom/class/mirror/8_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/geom/class/mirror/9_test.sh b/tests/sys/geom/class/mirror/9_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/geom/class/nop/nop_test.sh b/tests/sys/geom/class/nop/nop_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/geom/class/uzip/conf.sh b/tests/sys/geom/class/uzip/conf.sh old mode 100755 new mode 100644 diff --git a/tests/sys/kqueue/libkqueue/kqueue_test.sh b/tests/sys/kqueue/libkqueue/kqueue_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/mac/portacl/misc.sh b/tests/sys/mac/portacl/misc.sh old mode 100755 new mode 100644 diff --git a/tests/sys/mac/portacl/nobody_test.sh b/tests/sys/mac/portacl/nobody_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/mac/portacl/root_test.sh b/tests/sys/mac/portacl/root_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/mqueue/mqueue_test.sh b/tests/sys/mqueue/mqueue_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/netinet/fibs_test.sh b/tests/sys/netinet/fibs_test.sh old mode 100755 new mode 100644 diff --git a/tests/sys/opencrypto/runtests.sh b/tests/sys/opencrypto/runtests.sh old mode 100755 new mode 100644 diff --git a/tests/sys/vfs/trailing_slash.sh b/tests/sys/vfs/trailing_slash.sh old mode 100755 new mode 100644