From: Josh Soref Date: Sun, 23 Jul 2017 17:15:16 +0000 (-0400) Subject: spelling: hwtype X-Git-Tag: trac5124a_base~35^2~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=545d9d99360710f7e126c838ebad13ad1cf31b87;p=thirdparty%2Fkea.git spelling: hwtype --- diff --git a/src/bin/admin/tests/pgsql_tests.sh.in b/src/bin/admin/tests/pgsql_tests.sh.in index 5ed6e92f93..0c9a4323ff 100644 --- a/src/bin/admin/tests/pgsql_tests.sh.in +++ b/src/bin/admin/tests/pgsql_tests.sh.in @@ -183,7 +183,7 @@ pgsql_upgrade_2_0_to_3_0() { assert_eq 1 $count "lease6DumpHeader is missing hwaddr columns" # Added hwaddr columns to lease6DumpData - output=`pgsql_execute "select hwaddr,hwttype,hwaddr_source from lease6DumpData();"` + output=`pgsql_execute "select hwaddr,hwtype,hwaddr_source from lease6DumpData();"` assert_eq 0 $ERRCODE "function lease6DumpData() broken or missing. (expected status code %d, returned %d)" # Added order by clause to lease6DumpData