diff --git a/test/lib.sh b/test/lib.sh index 50c163b4..0e63aa50 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