diff options
author | Francis Dupont <fdupont@isc.org> | 2019-07-02 13:27:43 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-07-02 17:20:41 +0200 |
commit | 1aaae966e019168c19458c324bb3b7df6c9ddd20 (patch) | |
tree | a509939fbced0d42f33bec22f1a1cea53de0ee5e /src/bin/netconf | |
parent | [705-wipe_data-sh-and-other-upgrade_-scripts-do-not-set-prefix] Protected dhc... (diff) | |
download | kea-1aaae966e019168c19458c324bb3b7df6c9ddd20.tar.xz kea-1aaae966e019168c19458c324bb3b7df6c9ddd20.zip |
[705-wipe_data-sh-and-other-upgrade_-scripts-do-not-set-prefix] Revert "[705-wipe_data-sh-and-other-upgrade_-scripts-do-not-set-prefix] Protected dhcp_test_lib.sh against unset ${prefix} and fixed includers"
This reverts commit 7fe457cb301772093ff7002c9a3be12b25f7d73b.
Reviewer asked this to be reverted as overkilling.
Diffstat (limited to 'src/bin/netconf')
-rw-r--r-- | src/bin/netconf/tests/shtests/netconf_tests.sh.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bin/netconf/tests/shtests/netconf_tests.sh.in b/src/bin/netconf/tests/shtests/netconf_tests.sh.in index ba311b69d4..306d4e08ef 100644 --- a/src/bin/netconf/tests/shtests/netconf_tests.sh.in +++ b/src/bin/netconf/tests/shtests/netconf_tests.sh.in @@ -1,12 +1,9 @@ -#!/bin/sh - -# Copyright (C) 2018-2019 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2018 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # 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/. -prefix=@prefix@ # Path to the temporary configuration file. CFG_FILE=@abs_top_builddir@/src/bin/netconf/tests/shtests/test_config.json # Path to the Kea log file. |