Test: re-fix magic line
This commit is contained in:
parent
678d48a699
commit
4643540391
1 changed files with 3 additions and 2 deletions
|
|
@ -3,9 +3,10 @@
|
||||||
# Test of CLICON_RESTCONF_NOALPN_DEFAULT AND client certs
|
# Test of CLICON_RESTCONF_NOALPN_DEFAULT AND client certs
|
||||||
# Also client certs (reason is usecase was POSTMAN w client certs)
|
# Also client certs (reason is usecase was POSTMAN w client certs)
|
||||||
|
|
||||||
# Magic line must be first in script (see README.md)
|
s="$_"
|
||||||
s="$_" ; . ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
|
||||||
dir=/tmp/test_restconf_noalpn.sh
|
dir=/tmp/test_restconf_noalpn.sh
|
||||||
|
# Magic line must be first in script (see README.md)
|
||||||
|
. ./lib.sh || if [ "$s" = $0 ]; then exit 0; else return 0; fi
|
||||||
|
|
||||||
# Only works with native and https
|
# Only works with native and https
|
||||||
if [ "${WITH_RESTCONF}" != "native" ]; then
|
if [ "${WITH_RESTCONF}" != "native" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue