summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-09-27 02:41:54 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-09-27 02:41:54 +0200
commit390b74ee34ac567cab7d6b07b130a16504bbc43c (patch)
tree93980daf90aa10a6bd0f030eaa5dd90ecdfa73d2 /ext/snmp
parent6b324bf845302705d062bfb410552a9b95200562 (diff)
downloadphp-git-390b74ee34ac567cab7d6b07b130a16504bbc43c.tar.gz
Rename ext/snmp/tests/bigtest.sh to bigtest
This can avoid some confusions with .gitignored autogenerated `.sh` files in test directories and to distinguish the autogenerated shell files from the tracked in Git ones more easily.
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/tests/README2
-rwxr-xr-xext/snmp/tests/bigtest (renamed from ext/snmp/tests/bigtest.sh)0
-rw-r--r--ext/snmp/tests/snmpd.conf2
3 files changed, 2 insertions, 2 deletions
diff --git a/ext/snmp/tests/README b/ext/snmp/tests/README
index 0db1a4f82b..ee89386736 100644
--- a/ext/snmp/tests/README
+++ b/ext/snmp/tests/README
@@ -35,7 +35,7 @@ On Linux/FreeBSD
Before launching daemon make sure that there is no file /var/net-snmp/snmpd.conf
Delete it if exists. Ingoring to to so will fail SNMPv3 tests.
-- Place bigtest.sh near snmpd.conf, tune path to it in snmpd.conf
+- Place ext/snmp/tests/bigtest near snmpd.conf, tune path to it in snmpd.conf
- Launch snmpd (service snmpd start or /etc/init.d/snmpd start).
Alternatively you can start snmpd daemon using following command line:
diff --git a/ext/snmp/tests/bigtest.sh b/ext/snmp/tests/bigtest
index d0d8be783b..d0d8be783b 100755
--- a/ext/snmp/tests/bigtest.sh
+++ b/ext/snmp/tests/bigtest
diff --git a/ext/snmp/tests/snmpd.conf b/ext/snmp/tests/snmpd.conf
index 5297d0b9ea..54578f8db3 100644
--- a/ext/snmp/tests/snmpd.conf
+++ b/ext/snmp/tests/snmpd.conf
@@ -24,4 +24,4 @@ createUser adminMD5DES MD5 test1234 DES test1234
createUser noAuthUser
authuser read noAuthUser noauth
-exec HexTest /bin/sh /etc/snmp/bigtest.sh
+exec HexTest /bin/sh /etc/snmp/bigtest