diff options
author | Andrei Pavel <andrei@isc.org> | 2020-12-11 14:51:53 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-12-14 11:08:11 +0100 |
commit | 5974f6bc9742f1e7203e7ffead2ed33bd7839ea6 (patch) | |
tree | f678e1d0bcb71655b3936c14d23d42dff40ce003 /src | |
parent | [#1574] shell scripts: remove the use of lists (diff) | |
download | kea-5974f6bc9742f1e7203e7ffead2ed33bd7839ea6.tar.xz kea-5974f6bc9742f1e7203e7ffead2ed33bd7839ea6.zip |
[#1574] add one comment
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/admin/tests/pgsql_tests.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/admin/tests/pgsql_tests.sh.in b/src/bin/admin/tests/pgsql_tests.sh.in index bc8c2d3412..aeadeae875 100644 --- a/src/bin/admin/tests/pgsql_tests.sh.in +++ b/src/bin/admin/tests/pgsql_tests.sh.in @@ -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 \ |