diff options
Diffstat (limited to 'src/bin/keactrl/tests/keactrl_tests.sh.in')
-rw-r--r-- | src/bin/keactrl/tests/keactrl_tests.sh.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/keactrl/tests/keactrl_tests.sh.in b/src/bin/keactrl/tests/keactrl_tests.sh.in index 03d1a0a4ef..81f30444ec 100644 --- a/src/bin/keactrl/tests/keactrl_tests.sh.in +++ b/src/bin/keactrl/tests/keactrl_tests.sh.in @@ -6,9 +6,6 @@ # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -# shellcheck disable=SC1091 -# SC1091: Not following: ... was not specified as input (see shellcheck -x). - # Exit with error if commands exit with non-zero and if undefined variables are # used. set -eu @@ -21,6 +18,7 @@ set -eu # run_command would be used. # Include common test library. +# shellcheck source=src/lib/testutils/dhcp_test_lib.sh.in . "@abs_top_builddir@/src/lib/testutils/dhcp_test_lib.sh" # Set location of the keactrl. |