diff options
author | 2018-06-30 17:24:27 +0000 | |
---|---|---|
committer | 2018-06-30 17:24:27 +0000 | |
commit | 727a65df93e89cf2edd10efc2f8a722e4644ebea (patch) | |
tree | e458fe03d2e56129dafc56a4cf40367a254d5ae6 | |
parent | Remove strange /* End of file */ style. (diff) | |
download | wireguard-openbsd-727a65df93e89cf2edd10efc2f8a722e4644ebea.tar.xz wireguard-openbsd-727a65df93e89cf2edd10efc2f8a722e4644ebea.zip |
Fix regressoin test (typo) for SNMPv3 authentication.
-rw-r--r-- | regress/usr.sbin/snmpd/snmpd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.sbin/snmpd/snmpd.sh b/regress/usr.sbin/snmpd/snmpd.sh index 6bd4bf978ab..cdb98fe0e91 100644 --- a/regress/usr.sbin/snmpd/snmpd.sh +++ b/regress/usr.sbin/snmpd/snmpd.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: snmpd.sh,v 1.5 2017/08/28 22:05:44 rob Exp $ +# $OpenBSD: snmpd.sh,v 1.6 2018/06/30 17:24:27 rob Exp $ #/* # * Copyright (c) Rob Pierce <rob@openbsd.org> # * @@ -204,7 +204,7 @@ system="$(eval $snmpget_command | awk '{ print $2 }')" if [ "$system" != "$os" ] then echo "Retrieval test with seclevel auth and SHA failed." - fail=1 + FAILED=1 fi kill $(pgrep snmpd) >/dev/null 2>&1 |