diff --git a/test/lib.sh b/test/lib.sh index 45e77bfa..26e861a5 100755 --- a/test/lib.sh +++ b/test/lib.sh @@ -287,12 +287,11 @@ if $SNMPCHECK; then "STRING") set_type="s" ;; + "TIMETICKS") + set_type="t" + ;; esac - if [ $type == "INTEGER" ]; then - set_type="i" - fi - new "Setting value $value to OID $oid with type $set_type" if [ $type == "STRING" ]; then