summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/test.t
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-01-19 23:03:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-01-19 23:03:38 +0000
commit45a35031c136b1bcc12ef628dbcea7b30641e13c (patch)
treefa222c3b356b2930265947754693ea550621b9ae /net-mgmt/net-snmp-devel/files/test.t
parent- Update to 2.7-20100117 (diff)
- Garbage collect unfinished repocopy (seven months)
OK'ed by: pgollucci (maintainer)
Notes
Notes: svn path=/head/; revision=248176
Diffstat (limited to 'net-mgmt/net-snmp-devel/files/test.t')
-rw-r--r--net-mgmt/net-snmp-devel/files/test.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/net-mgmt/net-snmp-devel/files/test.t b/net-mgmt/net-snmp-devel/files/test.t
deleted file mode 100644
index cca9d9ed4191..000000000000
--- a/net-mgmt/net-snmp-devel/files/test.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/perl -w
-#
-# $FreeBSD$
-
-use strict;
-use Test::More tests => 1;
-
-my $cmd = 'snmpwalk -c public -v 1 localhost';
-
-# ports/86572
-my $output = `$cmd hrSWRunType`;
-like($output, qr/operatingSystem/, 'hrSWRunType');