]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1574] add one comment
authorAndrei Pavel <andrei@isc.org>
Fri, 11 Dec 2020 13:51:53 +0000 (15:51 +0200)
committerAndrei Pavel <andrei@isc.org>
Mon, 14 Dec 2020 10:08:11 +0000 (12:08 +0200)
src/bin/admin/tests/pgsql_tests.sh.in

index bc8c2d3412029c1214b39a669f15339a2ec7460d..aeadeae875b7d6fc97ed5df3209fd1a8d2b57172 100644 (file)
@@ -44,7 +44,7 @@ kea_admin="@abs_top_builddir@/src/bin/admin/kea-admin"
 run_statement() {
     hdr="$1";shift
     qry="$1";shift
-    exp_value="${1-}"
+    exp_value="${1-}" # Optional value. If not given, replace with empty string.
 
     # Execute the statment
     run_and_return_output_and_exit_code \