Skip to content

Commit 63eed0b

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix skipif.inc
2 parents f282695 + 878704f commit 63eed0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/snmp/tests/skipif.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ require_once (dirname(__FILE__).'/snmp_include.inc');
99
//string $object_id [, int $timeout [, int $retries ]] )
1010

1111
if (snmpget($hostname, $community, '.1.3.6.1.2.1.1.1.0', $timeout) === false)
12-
die('NO SNMPD on this host or community invalid');
12+
die('skip NO SNMPD on this host or community invalid');

0 commit comments

Comments
 (0)